Skip to content

Commit

Permalink
Upgrade bake action
Browse files Browse the repository at this point in the history
  • Loading branch information
atkrad committed Feb 1, 2025
1 parent 6fbf353 commit 2ee29b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ jobs:
if-no-files-found: error

- name: Build images
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
targets: image
push: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
sbom: true
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
cwd://${{ steps.meta.outputs.bake-file }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
Expand Down

0 comments on commit 2ee29b6

Please sign in to comment.