Skip to content

Commit

Permalink
Bump docker/bake-action from 6.1.1 to 6.2.0 (#74)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@5dd4f8e...60f5d53)

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

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 Jan 15, 2025
1 parent b9168d2 commit 946d0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build Only
uses: docker/bake-action@5dd4f8e2d6e60a471ecfe0a66e429bae1506b899 # v6
uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6
with:
source: .
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build & Push
uses: docker/bake-action@5dd4f8e2d6e60a471ecfe0a66e429bae1506b899 # v6
uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6
with:
source: .
push: 'true'
Expand Down

0 comments on commit 946d0fd

Please sign in to comment.