Skip to content
Snippets Groups Projects
Commit 00d0c21d authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Correct to DOCKER_NS for Travis auto-push

parent 1b9affab
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ script:
- sh contrib/ci.sh
after_success:
- if [ ! -s "$TRAVIS_TAG" ] ; then
docker tag $DOCKER_USERNAME/gateway:latest-dev $DOCKER_USERNAME/gateway:$TRAVIS_TAG;
docker tag $DOCKER_NS/gateway:latest-dev $DOCKER_NS/gateway:$TRAVIS_TAG;
docker login -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD;
docker push $DOCKER_USERNAME/gateway:$TRAVIS_TAG;
fi
\ No newline at end of file
docker push $DOCKER_NS/gateway:$TRAVIS_TAG;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment