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 b1d7437 commit 16f20fcCopy full SHA for 16f20fc
.travis.yml
@@ -2,7 +2,7 @@ services: docker
2
before_install:
3
# set env vars in the build settings to interact with repositories
4
# see https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
5
- - docker login -e="${DOCKER_EMAIL}" -u="${DOCKER_USERNAME}" -p="{$DOCKER_PASSWORD}"
+ - docker login -e="${DOCKER_EMAIL}" -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
6
script:
7
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
8
deploy:
0 commit comments