Skip to content

Commit 3a88335

Browse files
committed
chore(.github): add missing variable definition for push job
1 parent a8f05ee commit 3a88335

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114

115115
- name: Push image to quay.io
116116
run: |
117+
GITHUB_ORG=$(echo "${{ github.repository }}" | sed -e 's#/.*##')
117118
IMAGE_ID=quay.io/$GITHUB_ORG/$IMAGE_NAME
118119
119120
# Change all uppercase to lowercase

0 commit comments

Comments
 (0)