Skip to content

Commit 2abd541

Browse files
author
Christophe Vandekerchove
committed
Fixed typo
1 parent 8e2c7b4 commit 2abd541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
88
deploy:
99
provider: script
10-
script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docket push "zopanix/factorio:latest"
10+
script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docker push "zopanix/factorio:latest"
1111
skip_cleanup: false
1212
on:
1313
tags: true

0 commit comments

Comments
 (0)