mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 19:27:11 +01:00
Added travis 1.1 build
This commit is contained in:
parent
ded7d36fa8
commit
57f867aa80
@ -17,9 +17,11 @@ jobs:
|
|||||||
|
|
||||||
- &build
|
- &build
|
||||||
stage: Build & update Docker HUB description
|
stage: Build & update Docker HUB description
|
||||||
env: VERSION_SHORT=1.0 EXTRA_TAG=latest,stable
|
env: VERSION_SHORT=1.1 EXTRA_TAG=latest,stable
|
||||||
script:
|
script:
|
||||||
- ./build.sh $VERSION_SHORT
|
- ./build.sh $VERSION_SHORT
|
||||||
|
- <<: *build
|
||||||
|
env: VERSION_SHORT=1.0
|
||||||
- <<: *build
|
- <<: *build
|
||||||
env: VERSION_SHORT=0.18
|
env: VERSION_SHORT=0.18
|
||||||
- <<: *build
|
- <<: *build
|
||||||
@ -32,5 +34,4 @@ jobs:
|
|||||||
env: VERSION_SHORT=0.14
|
env: VERSION_SHORT=0.14
|
||||||
- <<: *build
|
- <<: *build
|
||||||
if: branch = master AND type != pull_request
|
if: branch = master AND type != pull_request
|
||||||
env:
|
|
||||||
script: DOCKERHUB_USERNAME=$DOCKER_USERNAME DOCKERHUB_PASSWORD=$DOCKER_PASSWORD DOCKERHUB_REPOSITORY='factoriotools/factorio' README_FILEPATH='./README.md' ./update-dockerhub-description.sh
|
script: DOCKERHUB_USERNAME=$DOCKER_USERNAME DOCKERHUB_PASSWORD=$DOCKER_PASSWORD DOCKERHUB_REPOSITORY='factoriotools/factorio' README_FILEPATH='./README.md' ./update-dockerhub-description.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user