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 d642b73 commit cc939b1Copy full SHA for cc939b1
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57
- name: Build and push Docker image
58
id: build-and-push
59
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
60
with:
61
context: .
62
labels: ${{ steps.meta.outputs.labels }}
0 commit comments