We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f05ee commit 3a88335Copy full SHA for 3a88335
1 file changed
.github/workflows/docker-publish.yml
@@ -114,6 +114,7 @@ jobs:
114
115
- name: Push image to quay.io
116
run: |
117
+ GITHUB_ORG=$(echo "${{ github.repository }}" | sed -e 's#/.*##')
118
IMAGE_ID=quay.io/$GITHUB_ORG/$IMAGE_NAME
119
120
# Change all uppercase to lowercase
0 commit comments