mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	Fixed condition when to publish the latest tag to docker hub
This commit is contained in:
		| @@ -57,7 +57,7 @@ jobs: | ||||
|         - docker build -t elyby/chrly:$DOCKER_TAG . | ||||
|         - docker push elyby/chrly:$DOCKER_TAG | ||||
|         - | | ||||
|           if [ ! -z ${TRAVIS_TAG+x} ] && [[ "$TRAVIS_TAG" != *"-"* ]]; then | ||||
|           if [ ! -z ${TRAVIS_TAG:+x} ]; then | ||||
|             docker tag elyby/chrly:$DOCKER_TAG elyby/chrly:latest | ||||
|             docker push elyby/chrly:latest | ||||
|           fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user