Skip to content

Commit

Permalink
Bump docker/bake-action from 4.6.0 to 5.0.0 in the docker group (#3248)
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: [docker/bake-action](https://github.com/docker/bake-action).


Updates `docker/bake-action` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4.6.0...v5.0.0)

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

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 Jun 17, 2024
1 parent 2b84ee6 commit 8f07eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
driver: docker-container
use: true
- name: Build
uses: docker/bake-action@v4.6.0
uses: docker/bake-action@v5.0.0
with:
files: docker-bake.hcl
workdir: .
Expand All @@ -179,7 +179,7 @@ jobs:
driver: docker-container
use: true
- name: Build
uses: docker/bake-action@v4.6.0
uses: docker/bake-action@v5.0.0
with:
files: docker-bake.hcl
workdir: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: get_version
run: echo VERSION=${GITHUB_REF/refs\/tags\//} | tee -a $GITHUB_OUTPUT | tee -a $GITHUB_ENV
- name: Build
uses: docker/bake-action@v4.6.0
uses: docker/bake-action@v5.0.0
with:
files: docker-bake.hcl
workdir: .
Expand Down

0 comments on commit 8f07eb1

Please sign in to comment.