Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 4.4.0 to 4.5.0 (#179)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4.4.0...v4.5.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] committed May 1, 2024
1 parent 36f0723 commit 7598458
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@v4.4.0
uses: docker/bake-action@v4.5.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@v4.4.0
uses: docker/bake-action@v4.5.0
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7598458

Please sign in to comment.