We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d429d4 + f9e93f9 commit 3eae0a2Copy full SHA for 3eae0a2
.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