fix manifest

This commit is contained in:
Brad Rydzewski 2019-02-21 11:30:05 -08:00
parent 1ba438d9f3
commit f7fd7185a3
2 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ local pipeline(name, os, arch) = {
kind: "pipeline",
name: "manifest",
steps: [
manifest("drone"),
manifest("server"),
manifest("agent"),
manifest("controller"),
],

View file

@ -256,14 +256,14 @@ platform:
arch: amd64
steps:
- name: drone
- name: server
image: plugins/manifest:1
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
spec: docker/manifest.drone.tmpl
spec: docker/manifest.server.tmpl
username:
from_secret: docker_username
when: