Skip to content

Commit

Permalink
build(deps): Bump docker/bake-action in the docker group (#3064)
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.3.0 to 4.5.0
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4.3.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 80ee264 commit 8bd7d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
key: ${{ steps.os-version.outputs.release }}
- name: Pre-build embedded container images
uses: docker/bake-action@v4.3.0
uses: docker/bake-action@v4.5.0
with:
files: docker-bake.hcl
workdir: .
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
driver: docker-container
use: true
- name: Build
uses: docker/bake-action@v4.3.0
uses: docker/bake-action@v4.5.0
with:
files: docker-bake.hcl
workdir: .
Expand All @@ -165,7 +165,7 @@ jobs:
driver: docker-container
use: true
- name: Build
uses: docker/bake-action@v4.3.0
uses: docker/bake-action@v4.5.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.3.0
uses: docker/bake-action@v4.5.0
with:
files: docker-bake.hcl
workdir: .
Expand Down

0 comments on commit 8bd7d98

Please sign in to comment.