Skip to content

Commit

Permalink
Use ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim authored Jan 11, 2024
1 parent 9ee546d commit e9b8caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Generate image name
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/icons
IMAGE_ID=ghcr.io/${{ github.repository }}/icons
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit e9b8caa

Please sign in to comment.