We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ee3ad commit 00e2c9dCopy full SHA for 00e2c9d
.github/workflows/ci.yml
@@ -315,7 +315,7 @@ jobs:
315
uses: docker/setup-buildx-action@v2
316
-
317
name: Build
318
- uses: docker/bake-action@v2
+ uses: docker/bake-action@v3
319
with:
320
files: |
321
./test/docker-bake.hcl
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
18
name: Test
19
20
21
targets: test
22
.github/workflows/validate.yml
@@ -36,6 +36,6 @@ jobs:
36
37
38
name: Validate
39
40
41
targets: ${{ matrix.target }}
0 commit comments