use lastest manifest plugin
This commit is contained in:
parent
e9a74feda8
commit
0490afeeec
2 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ local docker(name, image, os, arch) = {
|
|||
# a docker manifest to a docker remote registry.
|
||||
local manifest(name) = {
|
||||
name: name,
|
||||
image: "plugins/manifest:1",
|
||||
image: "plugins/manifest",
|
||||
settings: {
|
||||
auto_tag: true,
|
||||
ignore_missing: true,
|
||||
|
|
|
@ -257,7 +257,7 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: server
|
||||
image: plugins/manifest:1
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
|
@ -272,7 +272,7 @@ steps:
|
|||
- tag
|
||||
|
||||
- name: agent
|
||||
image: plugins/manifest:1
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
|
@ -287,7 +287,7 @@ steps:
|
|||
- tag
|
||||
|
||||
- name: controller
|
||||
image: plugins/manifest:1
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
|
|
Loading…
Reference in a new issue