ci:rebuilt yml

This commit is contained in:
Giles Bradshaw 2020-08-27 00:45:17 +01:00
parent fc2a66f17b
commit 729c506670
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,20 @@
---
kind: pipeline
type: docker
name: register
platform:
os: linux
arch: amd64
clone:
disable: true
trigger:
event:
exclude:
- promote
---
kind: pipeline
type: docker
@ -181,4 +198,10 @@ volumes:
host:
path: /etc/docker/certs.d
trigger:
event:
- promote
target:
- production
...