Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 15f6889

Browse files
committed
Do the latest tag last
1 parent 5a9d649 commit 15f6889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/publish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run --rm $DOCKER_IMAGE --version
2121
docker tag $DOCKER_IMAGE $DOCKER_IMAGE:latest
2222
docker tag $DOCKER_IMAGE $DOCKER_IMAGE:$VERSION
2323
docker tag $DOCKER_IMAGE $DOCKER_IMAGE:sha_$BUILD_SHA
24-
docker push $DOCKER_IMAGE:latest
25-
docker push $DOCKER_IMAGE:$VERSION
2624
docker push $DOCKER_IMAGE:sha_$BUILD_SHA
25+
docker push $DOCKER_IMAGE:$VERSION
26+
docker push $DOCKER_IMAGE:latest

0 commit comments

Comments
 (0)