You've already forked docker-hub-description-updater
							
							fix(travis): push latest image
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -5,14 +5,15 @@ services: | |||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   include: |   include: | ||||||
|   - stage: build |   - name: build-binaries | ||||||
|  |     stage: build | ||||||
|     script: make container-run/all |     script: make container-run/all | ||||||
|  |   - name: deploy-container-image-latest | ||||||
| deploy: |     stage: deploy | ||||||
|   - provider: script |  | ||||||
|     script: make container-image/push |     script: make container-image/push | ||||||
|     on: |   - name: deploy-container-image-tagged | ||||||
|       tags: true |     stage: deploy | ||||||
|  |     script: make container-image/push VERSION=${TRAVIS_TAG} CONTAINER_IMAGE_VERSION=${TRAVIS_TAG} | ||||||
|  |  | ||||||
| notifications: | notifications: | ||||||
|   email: |   email: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user