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 c2816df commit ce44097Copy full SHA for ce44097
.travis.yml
@@ -23,5 +23,5 @@ script:
23
after_success:
24
# - if [ "$TRAVIS_BRANCH" == "master" ]; then
25
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
26
- - docker push sergeipogrebnyak/commandcentral:$RELEASE;
+ - docker push sergeipogrebnyak/commandcentral:$RELEASE-server;
27
# fi
0 commit comments