fix manifest
This commit is contained in:
parent
1ba438d9f3
commit
f7fd7185a3
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ local pipeline(name, os, arch) = {
|
|||
kind: "pipeline",
|
||||
name: "manifest",
|
||||
steps: [
|
||||
manifest("drone"),
|
||||
manifest("server"),
|
||||
manifest("agent"),
|
||||
manifest("controller"),
|
||||
],
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue