Add in account path part

This commit is contained in:
Kayla Ngan
2020-08-31 16:40:03 -04:00
committed by GitHub
parent b54b703ab1
commit 01816c2943
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- name: Push image to GitHub Container Registry
run: |
IMAGE_ID=ghcr.io/$IMAGE_NAME
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')