Skip to content

Commit

Permalink
Bump docker/bake-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 6cbd50f commit fbebe8a
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 @@ -113,7 +113,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build artifacts
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: artifact
provenance: false
Expand All @@ -130,7 +130,7 @@ jobs:
if-no-files-found: error

- name: Build images
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: image
push: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit fbebe8a

Please sign in to comment.