We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa2e6e + daa141a commit f55c977Copy full SHA for f55c977
.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
0 commit comments