update agent manifest last [ci skip]

This commit is contained in:
Brad Rydzewski 2019-03-05 16:49:58 -08:00
parent 0490afeeec
commit dbebe9d7d9
2 changed files with 16 additions and 16 deletions

View file

@ -101,8 +101,8 @@ local pipeline(name, os, arch) = {
name: "manifest",
steps: [
manifest("server"),
manifest("agent"),
manifest("controller"),
manifest("agent"),
],
depends_on: [
"linux-amd64",

View file

@ -271,21 +271,6 @@ steps:
- push
- tag
- name: agent
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
spec: docker/manifest.agent.tmpl
username:
from_secret: docker_username
when:
event:
- push
- tag
- name: controller
image: plugins/manifest
settings:
@ -301,6 +286,21 @@ steps:
- push
- tag
- name: agent
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
spec: docker/manifest.agent.tmpl
username:
from_secret: docker_username
when:
event:
- push
- tag
depends_on:
- linux-amd64
- linux-arm