We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4c9c5 + 793c19c commit 75ee3eaCopy full SHA for 75ee3ea
.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