1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 15:09:42 +00:00

Publish a docker image

This commit is contained in:
Emma 2019-06-29 08:46:19 -06:00
parent 195a007e85
commit b870363a8c

View file

@ -1,5 +1,5 @@
kind: pipeline
name: default
name: test
services:
- name: couchdb
@ -27,3 +27,19 @@ steps:
# Upload coverage report
- pip install codecov
- codecov
---
kind: pipeline
name: publish
steps:
- name: docker
image: plugins/docker
settings:
auto_tag: true
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
depends_on: test