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 67a9023 commit 4541060Copy full SHA for 4541060
.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 }}:latest
+ docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:testing
47
0 commit comments