From 57f867aa80a06ce356603d17db87cb6b429141f1 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Tue, 24 Nov 2020 09:24:53 +0100 Subject: [PATCH] Added travis 1.1 build --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c78faf7..4c971dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,11 @@ jobs: - &build 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: - ./build.sh $VERSION_SHORT + - <<: *build + env: VERSION_SHORT=1.0 - <<: *build env: VERSION_SHORT=0.18 - <<: *build @@ -32,5 +34,4 @@ jobs: env: VERSION_SHORT=0.14 - <<: *build 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