Skip to content
4 changes: 4 additions & 0 deletions .github/workflows/pull-docker-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/riscv64
push: false
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:
context: .
push: false
platforms: linux/amd64,linux/arm64,linux/riscv64
file: Dockerfile.rootless
cache-from: type=gha
cache-to: type=gha,mode=max
Comment thread
silverwind marked this conversation as resolved.
Outdated
4 changes: 4 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,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 +131,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
4 changes: 4 additions & 0 deletions .github/workflows/release-tag-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,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 +141,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
4 changes: 4 additions & 0 deletions .github/workflows/release-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,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 +153,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
Loading