update agent manifest last [ci skip]
This commit is contained in:
parent
0490afeeec
commit
dbebe9d7d9
2 changed files with 16 additions and 16 deletions
|
@ -101,8 +101,8 @@ local pipeline(name, os, arch) = {
|
||||||
name: "manifest",
|
name: "manifest",
|
||||||
steps: [
|
steps: [
|
||||||
manifest("server"),
|
manifest("server"),
|
||||||
manifest("agent"),
|
|
||||||
manifest("controller"),
|
manifest("controller"),
|
||||||
|
manifest("agent"),
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
"linux-amd64",
|
"linux-amd64",
|
||||||
|
|
30
.drone.yml
30
.drone.yml
|
@ -271,21 +271,6 @@ steps:
|
||||||
- push
|
- push
|
||||||
- tag
|
- 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
|
- name: controller
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
|
@ -301,6 +286,21 @@ steps:
|
||||||
- push
|
- push
|
||||||
- tag
|
- 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:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm
|
- linux-arm
|
||||||
|
|
Loading…
Reference in a new issue