Fix microbadger settings and enable auto_tag for manifest

This commit is contained in:
Thomas Boerger
2019-03-31 22:32:53 +02:00
parent af9152a1ee
commit 0abfc112fc
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -246,6 +246,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -257,7 +258,7 @@ steps:
pull: always
image: plugins/webhook
settings:
url:
urls:
from_secret: microbadger_url
trigger:
+2 -1
View File
@@ -304,6 +304,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -315,7 +316,7 @@ steps:
pull: always
image: plugins/webhook
settings:
url:
urls:
from_secret: microbadger_url
trigger:
+2 -1
View File
@@ -182,6 +182,7 @@ local golang_image(os, version) =
password: { from_secret: 'docker_password' },
spec: 'docker/manifest.tmpl',
ignore_missing: true,
auto_tag: true,
},
},
{
@@ -189,7 +190,7 @@ local golang_image(os, version) =
image: 'plugins/webhook',
pull: 'always',
settings: {
url: { from_secret: 'microbadger_url' },
urls: { from_secret: 'microbadger_url' },
},
},
],