Skip to content

Commit

Permalink
Bump docker/bake-action to v5.11.0 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Jan 1, 2025
1 parent e09f1da commit 776eb73
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
type=raw,${{ steps.prep.outputs.version }}
- name: Build artifacts
uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2.3.0
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
env:
WAYBACK_IPFS_TARGET: ${{ secrets.WAYBACK_IPFS_TARGET }}
WAYBACK_IPFS_APIKEY: ${{ secrets.WAYBACK_IPFS_APIKEY }}
Expand All @@ -141,8 +141,8 @@ jobs:
files: ./docker-bake.hcl
targets: artifact-all
set: |
*.cache-from=type=local,src=/tmp/.image-cache/artifacts
*.cache-to=type=local,dest=/tmp/.image-cache-new/artifacts
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Build and push Docker image
uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2.3.0
Expand All @@ -157,8 +157,8 @@ jobs:
targets: release
push: ${{ github.event_name != 'pull_request' }}
set: |
*.cache-from=type=local,src=/tmp/.image-cache/image
*.cache-to=type=local,dest=/tmp/.image-cache-new/image
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Siging image
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
type=raw,${{ steps.prep.outputs.version }}
- name: Build artifacts
uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2.3.0
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
env:
WAYBACK_IPFS_TARGET: ${{ secrets.WAYBACK_IPFS_TARGET }}
WAYBACK_IPFS_APIKEY: ${{ secrets.WAYBACK_IPFS_APIKEY }}
Expand All @@ -282,8 +282,8 @@ jobs:
files: ./docker-bake.hcl
targets: artifact-all
set: |
*.cache-from=type=local,src=/tmp/.image-cache/artifacts
*.cache-to=type=local,dest=/tmp/.image-cache-new/artifacts
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Build and push Docker image
uses: docker/bake-action@6c87dcca988e4e074e3ab1f976a70f63ec9673fb # v2.3.0
Expand All @@ -298,8 +298,8 @@ jobs:
targets: bundle
push: ${{ github.event_name != 'pull_request' }}
set: |
*.cache-from=type=local,src=/tmp/.image-cache/image
*.cache-to=type=local,dest=/tmp/.image-cache-new/image
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
- name: Sign image with a key
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 776eb73

Please sign in to comment.