Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Tag image properly
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Jun 29, 2021
1 parent f25e221 commit 241129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_gh_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ echo "$GITHUB_TOKEN" | docker login ghcr.io -u "$GITHUB_USERNAME" --password-std

echo ghcr.io/${GITHUB_USERNAME}/${LABEL}:${TAG}

docker tag ${LABEL} ${LABEL}:${TAG}
docker tag ${LABEL} ghcr.io/${GITHUB_USERNAME,,}/${LABEL}:${TAG}
docker push ghcr.io/${GITHUB_USERNAME,,}/${LABEL}:${TAG}

0 comments on commit 241129e

Please sign in to comment.