fix(travis): push latest image
This commit is contained in:
parent
4a856b3587
commit
5d4675ea34
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user