feat: support manifest

This commit is contained in:
Bo-Yi Wu
2019-02-17 20:32:59 +08:00
parent 0ac15da3e7
commit c3640b0765
3 changed files with 59 additions and 0 deletions

View File

@@ -249,6 +249,17 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
disable: true,
},
steps: [
{
name: 'manifest',
image: 'plugins/manifest',
pull: 'always',
settings: {
username: { from_secret: 'docker_username' },
password: { from_secret: 'docker_password' },
spec: 'docker/manifest.tmpl',
ignore_missing: true,
},
},
{
name: 'microbadger',
image: 'plugins/webhook:1',