Skip to content

Commit 7619ae6

Browse files
committed
Remove unnecessary latest tag
1 parent f3eabd5 commit 7619ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ deployment:
1818
tag: /.*/
1919
commands:
2020
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
21-
- docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CIRCLE_TAG
21+
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
2222
- docker push $IMAGE_NAME:$CIRCLE_TAG

0 commit comments

Comments
 (0)