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 6c0f286 commit 5a2b551Copy full SHA for 5a2b551
.github/workflows/push-docker-image.yml
@@ -49,5 +49,5 @@ jobs:
49
# Push the Docker image to the registry
50
- name: Push Docker Image to GHCR
51
run: |
52
- docker push ghcr.io/${{ env.IMAGE_NAME }}
+ docker push ghcr.io/${{ env.IMAGE_NAME }}:testing
53
0 commit comments