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 4d6d785 commit ce90833Copy full SHA for ce90833
.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 }}:${{ github.sha }}
+ docker push ghcr.io/${{ env.IMAGE_NAME }}:testing
47
0 commit comments