fix(travis): push latest image

This commit is contained in:
Markus Pesch 2019-09-24 14:57:52 +02:00
parent 4a856b3587
commit 5d4675ea34
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 7 additions and 6 deletions

View File

@ -5,14 +5,15 @@ services:
jobs:
include:
- stage: build
- name: build-binaries
stage: build
script: make container-run/all
deploy:
- provider: script
- name: deploy-container-image-latest
stage: deploy
script: make container-image/push
on:
tags: true
- name: deploy-container-image-tagged
stage: deploy
script: make container-image/push VERSION=${TRAVIS_TAG} CONTAINER_IMAGE_VERSION=${TRAVIS_TAG}
notifications:
email: