Skip to content

Commit 1c1d36c

Browse files
committed
Tag image correctly in dockerhub (for real this time)
1 parent 18adde8 commit 1c1d36c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ echo "Pushing image $IMAGE_NAME:$TRAVIS_BRANCH"
2626
#docker tag ${IMAGE_ID} ${DOCKER_REPO}
2727
docker tag ${IMAGE_ID} ${DOCKER_REPO}:${TRAVIS_BRANCH}
2828
#docker push ${DOCKER_REPO}
29-
docker push ${DOCKER_REPO}:${TRAVIS_BUILD_NUMBER}
29+
docker push ${DOCKER_REPO}:${TRAVIS_BRANCH}

0 commit comments

Comments
 (0)