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 dd3e4e9 commit 4d6d785Copy full SHA for 4d6d785
.github/workflows/push-docker-image.yml
@@ -43,5 +43,5 @@ jobs:
43
# Push the Docker image to the registry
44
- name: Push Docker Image to GHCR
45
run: |
46
- docker push ghcr.io/${{ env.IMAGE_NAME }}
+ docker push ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}
47
0 commit comments