Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 5.0.2 to 5.1.0 (#207)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.0.2...v5.1.0)

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

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 25, 2024
1 parent 545f505 commit fdc84c9
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.2
uses: docker/bake-action@v5.1.0
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.2
uses: docker/bake-action@v5.1.0
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit fdc84c9

Please sign in to comment.