Skip to content

Commit cbf0b02

Browse files
build(deps): bump docker/bake-action from 1 to 2
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1 to 2. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v1...v2) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fde888 commit cbf0b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo ::set-output name=test_reports_format::junit
7676
7777
- name: Build test
78-
uses: docker/bake-action@v1
78+
uses: docker/bake-action@v2
7979
with:
8080
targets: image-local
8181
env:
@@ -99,7 +99,7 @@ jobs:
9999
path: ${{ steps.prep.outputs.test_reports_dir }}/*.xml
100100

101101
- name: Build
102-
uses: docker/bake-action@v1
102+
uses: docker/bake-action@v2
103103
with:
104104
files: |
105105
./docker-bake.hcl

0 commit comments

Comments
 (0)