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
Remove latest
  • Loading branch information
jlubken authored Dec 3, 2021
1 parent 9a667a7 commit 6863aa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ for IMAGE in $IMAGES; do

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

docker tag $IMAGE $TAG
docker tag $IMAGE $LATEST
docker push $TAG
docker push $LATEST
done

0 comments on commit 6863aa7

Please sign in to comment.