Skip to content

Commit

Permalink
build(deps): Bump docker/bake-action from 3.1.0 to 4.0.0 (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 1539f6c commit cda7d34
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@v3.1.0
uses: docker/bake-action@v4.0.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@v3.1.0
uses: docker/bake-action@v4.0.0
with:
files: docker-bake.hcl
workdir: .
Expand All @@ -164,7 +164,7 @@ jobs:
driver: docker-container
use: true
- name: Build
uses: docker/bake-action@v3.1.0
uses: docker/bake-action@v4.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@v3.1.0
uses: docker/bake-action@v4.0.0
with:
files: docker-bake.hcl
workdir: .
Expand Down

0 comments on commit cda7d34

Please sign in to comment.