We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918a51c commit 54fa4cbCopy full SHA for 54fa4cb
.travis.yml
@@ -18,11 +18,11 @@ jobs:
18
- stage: build docker latest
19
script:
20
- make build-docker
21
- - docker login -u $DOCKER_USER -p '$DOCKER_PASS'
+ - docker login -u $DOCKER_USER -p $DOCKER_PASS
22
- make push
23
- stage: build docker tag
24
25
- TAG=$TRAVIS_TAG make build-docker
26
27
- TAG=$TRAVIS_TAG make push
28
0 commit comments