Skip to content

Commit

Permalink
Merge pull request #365 from atkrad/upgrade-bake-action
Browse files Browse the repository at this point in the history
Upgrade bake action
  • Loading branch information
atkrad authored Feb 1, 2025
2 parents 6fbf353 + 2ee29b6 commit 6e823e8
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 6e823e8

Please sign in to comment.