Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent cc0b70b commit a5b8985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Build for test
uses: docker/bake-action@v5.0.1
uses: docker/bake-action@v5.0.2
with:
files: ./docker-bake.hcl
load: true
Expand Down Expand Up @@ -93,6 +93,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Build
uses: docker/bake-action@v5.0.1
uses: docker/bake-action@v5.0.2
with:
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit a5b8985

Please sign in to comment.