Skip to content

Commit

Permalink
fixed release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Mar 31, 2022
1 parent 75c5162 commit aa60e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Push image to GitHub Container Registry
run: |
IMAGE_ID="${{ secrets.DOCKERHUB_USERNAME }}/$IMAGE_NAME"
IMAGE_ID="ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME"
# Change all uppercase to lowercase
IMAGE_ID=$(echo "$IMAGE_ID" | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit aa60e57

Please sign in to comment.