Skip to content

Commit

Permalink
build(deps-github): bump docker/bake-action from 5.7.0 to 5.11.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 5.11.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.7.0...v5.11.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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent fac271b commit 74767a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Bake and Push Docker Images (PR)
if: steps.docker-image-tag.outputs.tag != 'latest'
uses: docker/bake-action@v5.7.0
uses: docker/bake-action@v5.11.0
with:
source: .
push: true
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Bake and Push Docker Images (Master)
if: steps.docker-image-tag.outputs.tag == 'latest'
uses: docker/bake-action@v5.7.0
uses: docker/bake-action@v5.11.0
with:
source: .
push: true
Expand Down

0 comments on commit 74767a4

Please sign in to comment.