Build branch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Meutel 2019-09-13 12:11:41 +02:00
parent 100429d8cd
commit 7d1782dc25

View File

@ -39,14 +39,13 @@ steps:
event:
- tag
- name: docker-rc
- name: docker-branch
image: plugins/docker
settings:
registry: reg.meutel.net
repo: reg.meutel.net/go-bouquins
tags:
- rc-latest
- ${DRONE_COMMIT}
- ${DRONE_REPO_BRANCH}
debug: true
username:
from_secret: registry_login
@ -54,7 +53,7 @@ steps:
from_secret: registry_password
when:
branch:
- rc/*
- feature/*
trigger:
event:
@ -63,6 +62,6 @@ trigger:
---
kind: signature
hmac: 2d6e1a74940512c60396b2ee1d6d091d8bbaa5436368961733ae1730a7846dfa
hmac: e7274f01722fb82e4c7085fa94f04323283ec8c5cfb5f9709e271c12fc9776f0
...