Skip to content

Commit

Permalink
duplicate docker_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SMxJrz committed Jul 3, 2018
1 parent 9a8a6e8 commit d73db09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ docker tag ${DOCKER_TAG} ${DOCKER_REPO}:${DOCKER_LATEST_TAG}
docker images
docker login -u=${DOCKER_USER} -p=${DOCKER_PASS}
docker push ${DOCKER_REPO}:${DOCKER_RELEASE_TAG}
docker push ${DOCKER_REPO}:${DOCKER_REPO}:${DOCKER_LATEST_TAG}
docker push ${DOCKER_REPO}:${DOCKER_LATEST_TAG}
echo "Done!"

0 comments on commit d73db09

Please sign in to comment.