docker-hub-description-updater/.travis.yml

20 lines
266 B
YAML

language: go
services:
- docker
jobs:
include:
- stage: build
script: make container-run/all
deploy:
- provider: script
script: make container-image/push
on:
tags: true
notifications:
email:
on_success: change
on_failure: change