Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 5.0.0 to 5.0.1 (#203)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.0.0...v5.0.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 17f42ca commit cc9dcfd
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-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
type=semver,pattern={{major}}
- name: Build Docker image
uses: docker/bake-action@v5.0.0
uses: docker/bake-action@v5.0.1
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
type=sha
- name: Build and push Docker images
uses: docker/bake-action@v5.0.0
uses: docker/bake-action@v5.0.1
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit cc9dcfd

Please sign in to comment.