Fix microbadger secret reference

This commit is contained in:
Thomas Boerger 2019-01-21 21:48:42 +01:00
parent 505ce222b8
commit 012d26f30f
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
2 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@ local PipelineNotifications(binary="docker") = {
image: "plugins/webhook:1", image: "plugins/webhook:1",
pull: "always", pull: "always",
settings: { settings: {
url: { "from_secret": "microbadger_docker" }, url: { "from_secret": "microbadger_" + binary },
}, },
}, },
], ],

View File

@ -979,7 +979,7 @@ steps:
image: plugins/webhook:1 image: plugins/webhook:1
settings: settings:
url: url:
from_secret: microbadger_docker from_secret: microbadger_gcr
trigger: trigger:
branch: branch:
@ -1018,7 +1018,7 @@ steps:
image: plugins/webhook:1 image: plugins/webhook:1
settings: settings:
url: url:
from_secret: microbadger_docker from_secret: microbadger_ecr
trigger: trigger:
branch: branch:
@ -1057,7 +1057,7 @@ steps:
image: plugins/webhook:1 image: plugins/webhook:1
settings: settings:
url: url:
from_secret: microbadger_docker from_secret: microbadger_heroku
trigger: trigger:
branch: branch: