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 8e2c7b4 commit 2abd541Copy full SHA for 2abd541
.travis.yml
@@ -7,7 +7,7 @@ script:
7
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
8
deploy:
9
provider: script
10
- script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docket push "zopanix/factorio:latest"
+ script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docker push "zopanix/factorio:latest"
11
skip_cleanup: false
12
on:
13
tags: true
0 commit comments