Skip to content

Commit 07a1565

Browse files
authored
Merge pull request #12 from bkahlert/dependabot/github_actions/docker/bake-action-2
build(deps): bump docker/bake-action from 1 to 2
2 parents 32aa751 + cbf0b02 commit 07a1565

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)