use lastest manifest plugin

This commit is contained in:
Brad Rydzewski 2019-03-05 16:48:28 -08:00
parent e9a74feda8
commit 0490afeeec
2 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -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