hook up global networks

This commit is contained in:
Brad Rydzewski
2019-10-30 15:13:54 -07:00
parent 3761bd0df4
commit 5b1d8d65ed
4 changed files with 40 additions and 8 deletions

View File

@@ -78,6 +78,16 @@ steps:
- refs/heads/master
- refs/tags/*
volumes:
- name: go
temp: {}
---
kind: pipeline
type: docker
name: manifest
steps:
- name: manifest
image: plugins/manifest
settings:
@@ -88,11 +98,11 @@ steps:
from_secret: docker_password
username:
from_secret: docker_username
when:
ref:
- refs/heads/master
- refs/tags/*
volumes:
- name: go
temp: {}
depends_on:
- linux
trigger:
ref:
- refs/heads/master
- refs/tags/*