forked from Ivasoft/drone-docker
(DRON-232) enable build-kit for secrets consumption
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user