Add in account path part
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push image to GitHub Container Registry
|
- name: Push image to GitHub Container Registry
|
||||||
run: |
|
run: |
|
||||||
IMAGE_ID=ghcr.io/$IMAGE_NAME
|
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
|
||||||
|
|
||||||
# Change all uppercase to lowercase
|
# Change all uppercase to lowercase
|
||||||
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
||||||
|
|||||||
Reference in New Issue
Block a user