We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d864a5d commit b668f7aCopy full SHA for b668f7a
.github/workflows/docker-image.yml
@@ -66,7 +66,7 @@ jobs:
66
password: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: Build and push image
69
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
70
with:
71
push: true
72
tags: ${{ needs.prepair.outputs.image_name }}
0 commit comments