Skip to content

Commit acb2b3e

Browse files
committed
FIX: Use ghcr.io URL for image ID
1 parent 64aa610 commit acb2b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Push image to GitHub Container Registry
3737
if: github.event_name == 'release'
3838
run: |
39-
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
39+
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
4040
# Change all uppercase to lowercase
4141
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
4242
# Strip git ref prefix from version

0 commit comments

Comments
 (0)