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 47360f8 commit dd3e4e9Copy full SHA for dd3e4e9
.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/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
+ docker push ghcr.io/${{ env.IMAGE_NAME }}
47
0 commit comments