Skip to content
2 changes: 2 additions & 0 deletions .github/workflows/pull-docker-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/riscv64
push: false
cache-from: type=gha
- name: Build rootless container image
uses: docker/build-push-action@v6
with:
context: .
push: false
platforms: linux/amd64,linux/arm64,linux/riscv64
file: Dockerfile.rootless
cache-from: type=gha
5 changes: 5 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
nightly-container:
runs-on: namespace-profile-gitea-release-docker
permissions:
actions: write # to use GHA cache
contents: read
packages: write # to publish to ghcr.io
steps:
Expand Down Expand Up @@ -120,6 +121,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
- name: build rootless docker image
uses: docker/build-push-action@v6
with:
Expand All @@ -129,3 +132,5 @@ jobs:
file: Dockerfile.rootless
tags: ${{ steps.meta_rootless.outputs.tags }}
annotations: ${{ steps.meta_rootless.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
5 changes: 5 additions & 0 deletions .github/workflows/release-tag-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
container:
runs-on: namespace-profile-gitea-release-docker
permissions:
actions: write # to use GHA cache
contents: read
packages: write # to publish to ghcr.io
steps:
Expand Down Expand Up @@ -130,6 +131,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
Comment thread
silverwind marked this conversation as resolved.
Outdated
- name: build rootless container image
uses: docker/build-push-action@v6
with:
Expand All @@ -139,3 +142,5 @@ jobs:
file: Dockerfile.rootless
tags: ${{ steps.meta_rootless.outputs.tags }}
annotations: ${{ steps.meta_rootless.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
5 changes: 5 additions & 0 deletions .github/workflows/release-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
container:
runs-on: namespace-profile-gitea-release-docker
permissions:
actions: write # to use GHA cache
contents: read
packages: write # to publish to ghcr.io
steps:
Expand Down Expand Up @@ -142,6 +143,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
- name: build rootless container image
uses: docker/build-push-action@v6
with:
Expand All @@ -151,3 +154,5 @@ jobs:
file: Dockerfile.rootless
tags: ${{ steps.meta_rootless.outputs.tags }}
annotations: ${{ steps.meta_rootless.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated