diff --git a/.drone.jsonnet b/.drone.jsonnet index 33ef936e..dccb6929 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -100,7 +100,7 @@ local pipeline(name, os, arch) = { kind: "pipeline", name: "manifest", steps: [ - manifest("drone"), + manifest("server"), manifest("agent"), manifest("controller"), ], diff --git a/.drone.yml b/.drone.yml index 316418d4..841f2544 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: