Fix microbadger secret reference
This commit is contained in:
@@ -137,7 +137,7 @@ local PipelineNotifications(binary="docker") = {
|
||||
image: "plugins/webhook:1",
|
||||
pull: "always",
|
||||
settings: {
|
||||
url: { "from_secret": "microbadger_docker" },
|
||||
url: { "from_secret": "microbadger_" + binary },
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user