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

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken authored Dec 27, 2021
1 parent 6863aa7 commit 7b62e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for IMAGE in $IMAGES; do
echo "IMAGE: $IMAGE"

NAME=$(basename ${GITHUB_REPOSITORY}).$(docker inspect --format '{{ index .Config.Labels "name" }}' $IMAGE)
TAG="ghrc.io/${GITHUB_REPOSITORY}/$NAME:$VERSION"
TAG="ghcr.io/${GITHUB_REPOSITORY}/$NAME:$VERSION"

docker tag $IMAGE $TAG
docker push $TAG
Expand Down

0 comments on commit 7b62e9f

Please sign in to comment.