Skip to content

Commit

Permalink
Test1: add tag with version besides latest tag to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Aug 8, 2018
1 parent 19838b0 commit aa3cc0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ jobs:
echo "Container name set to ${CONTAINER_NAME}"
if [[ -n "$DOCKER_PASS" ]]; then
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker tag ${CONTAINER_NAME} ${CONTAINER_NAME}:1.1
docker push ${CONTAINER_NAME}:1.1
docker push ${CONTAINER_NAME}:latest
fi
workflows:
Expand Down

0 comments on commit aa3cc0d

Please sign in to comment.