Skip to content

Commit

Permalink
ci: push to ghcr\.io instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Feb 5, 2023
1 parent 37afd79 commit daadd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: generate-image-tag
run: |
IMAGE_NAME=rusty-ponyo
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
IMAGE_ID=ghcr.io/${{ github.repository }}/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit daadd51

Please sign in to comment.