Skip to content

Commit e9b8caa

Browse files
authored
Use ghcr.io
1 parent 9ee546d commit e9b8caa

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
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555
- name: Generate image name
5656
run: |
57-
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/icons
57+
IMAGE_ID=ghcr.io/${{ github.repository }}/icons
5858
5959
# Change all uppercase to lowercase
6060
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')

0 commit comments

Comments
 (0)