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

Commit

Permalink
Lowercasing repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Jun 29, 2021
1 parent a043997 commit f25e221
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 @@ -10,4 +10,4 @@ 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 push ghcr.io/${GITHUB_USERNAME}/${LABEL}:${TAG}
docker push ghcr.io/${GITHUB_USERNAME,,}/${LABEL}:${TAG}

0 comments on commit f25e221

Please sign in to comment.