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. # a docker manifest to a docker remote registry.
local manifest(name) = { local manifest(name) = {
name: name, name: name,
image: "plugins/manifest:1", image: "plugins/manifest",
settings: { settings: {
auto_tag: true, auto_tag: true,
ignore_missing: true, ignore_missing: true,

View file

@ -257,7 +257,7 @@ platform:
steps: steps:
- name: server - name: server
image: plugins/manifest:1 image: plugins/manifest
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true
@ -272,7 +272,7 @@ steps:
- tag - tag
- name: agent - name: agent
image: plugins/manifest:1 image: plugins/manifest
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true
@ -287,7 +287,7 @@ steps:
- tag - tag
- name: controller - name: controller
image: plugins/manifest:1 image: plugins/manifest
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true