We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa289f + ffb3a48 commit df127c5Copy full SHA for df127c5
.github/workflows/push.yaml
@@ -35,7 +35,7 @@ jobs:
35
password: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Build and push ${{ matrix.image }}
38
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
39
with:
40
context: "{{defaultContext}}:${{ matrix.image }}"
41
push: true
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
-
30
name: Build ${{ matrix.image }}
31
32
33
34
push: false
0 commit comments