We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d0b9d commit d33b6f6Copy full SHA for d33b6f6
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
-
24
name: Test
25
- uses: docker/bake-action@v4
+ uses: docker/bake-action@v5
26
with:
27
targets: test
28
.github/workflows/validate.yml
@@ -40,6 +40,6 @@ jobs:
40
uses: actions/checkout@v4
41
42
name: Validate
43
44
45
targets: ${{ matrix.target }}
0 commit comments