Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 4 to 5 (#66)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 8d52c8f commit c4ecaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build Only
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand All @@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build & Push
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: 'true'
files: |
Expand Down

0 comments on commit c4ecaae

Please sign in to comment.