We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57602d commit 704f072Copy full SHA for 704f072
.github/workflows/test-and-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Push Docker image
77
if: success() && github.event_name != 'pull_request'
78
- run: docker push --all-tags ghcr.io/${{ github.repository }}
+ run: docker push --all-tags ghcr.io/${GITHUB_REPOSITORY,,}
79
80
- name: Output image digest
81
0 commit comments