We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c390587 commit 85f3a3aCopy full SHA for 85f3a3a
.github/workflows/docker-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
66
67
- name: Build and push Docker image
68
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
69
with:
70
context: .
71
push: true
0 commit comments