We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eabd5 commit 7619ae6Copy full SHA for 7619ae6
circle.yml
@@ -18,5 +18,5 @@ deployment:
18
tag: /.*/
19
commands:
20
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
21
- - docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CIRCLE_TAG
+ - docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
22
- docker push $IMAGE_NAME:$CIRCLE_TAG
0 commit comments