(DRON-232) enable build-kit for secrets consumption

This commit is contained in:
TP Honey
2022-02-11 10:49:42 +00:00
parent ad28b4d0f6
commit 05357ea390
6 changed files with 91 additions and 50 deletions

View File

@@ -51,19 +51,22 @@
{
"type": "TextBlock",
"weight": "Lighter",
"text": "OS/ARCH",
"text": "TAGS",
"wrap": true,
"size": "Small",
"isSubtle": true,
"spacing": "Medium"
},
{
"type": "TextBlock",
"text": "${OS}/${Architecture}",
"wrap": true,
"size": "Small",
"type": "FactSet",
"facts": [
{
"title": "-",
"value": "${Tag}"
}
],
"spacing": "Small",
"weight": "Bolder"
"$data": "${ParsedRepoTags}"
}
],
"separator": true,
@@ -124,4 +127,4 @@
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
}
}