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