We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafaea8 commit 6f91eb3Copy full SHA for 6f91eb3
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
-
18
name: Test
19
- uses: docker/bake-action@v2
+ uses: docker/bake-action@v3
20
with:
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