We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39f20cb + e136219 commit 0aa139cCopy full SHA for 0aa139c
.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 }}
README.md
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.DOCKERHUB_TOKEN }}
55
56
name: Build and push
57
58
59
push: true
60
```
0 commit comments