mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 00:48:07 +01:00 
			
		
		
		
	Fix CI
hopefully!
This commit is contained in:
		
							
								
								
									
										6
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.sh
									
									
									
									
									
								
							| @@ -32,19 +32,19 @@ else | ||||
|     fi | ||||
|   else | ||||
|     # we are not in CI and tag version and version short | ||||
|     TAGS="$DOCKER_REPO:$VERSION -t $DOCKER_REPO:$VERSION_SHORT" | ||||
|     TAGS="-t $DOCKER_REPO:$VERSION -t $DOCKER_REPO:$VERSION_SHORT" | ||||
|   fi | ||||
|  | ||||
|   if [[ -n ${EXTRA_TAG:-} ]]; then | ||||
|     IFS="," | ||||
|     for TAG in $EXTRA_TAG; do | ||||
|       TAGS="$TAGS -t $DOCKER_REPO:$EXTRA_TAG" | ||||
|       TAGS+=" -t $DOCKER_REPO:$EXTRA_TAG" | ||||
|     done | ||||
|   fi | ||||
| fi | ||||
|  | ||||
| # shellcheck disable=SC2068 | ||||
| docker build . -t ${TAGS[@]} | ||||
| eval docker build . ${TAGS[@]} | ||||
| docker images | ||||
|  | ||||
| if [[ ${TRAVIS_BRANCH:-} ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user