Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(.github): add missing variable definition for push job
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Feb 25, 2021
1 parent a8f05ee commit 3a88335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:

- name: Push image to quay.io
run: |
GITHUB_ORG=$(echo "${{ github.repository }}" | sed -e 's#/.*##')
IMAGE_ID=quay.io/$GITHUB_ORG/$IMAGE_NAME
# Change all uppercase to lowercase
Expand Down

0 comments on commit 3a88335

Please sign in to comment.