From 385184b593049adb3ce1d83e5acbcb211a089355 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Wed, 19 Jan 2022 13:03:30 +0000 Subject: [PATCH 1/2] Update card.json --- docs/card.json | 223 +++++++++++++++++++++++++------------------------ 1 file changed, 116 insertions(+), 107 deletions(-) diff --git a/docs/card.json b/docs/card.json index de02706f..a03a8f33 100644 --- a/docs/card.json +++ b/docs/card.json @@ -1,118 +1,127 @@ { - "type": "AdaptiveCard", - "body": [ - { - "type": "ColumnSet", - "columns": [ + "type": "AdaptiveCard", + "body": [ { - "type": "Column", - "items": [ - { - "type": "Image", - "url": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png", - "size": "Medium" - } - ], - "width": "auto" + "type": "ColumnSet", + "columns": [ + { + "type": "Column", + "items": [ + { + "type": "Image", + "url": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png", + "size": "Medium" + } + ], + "width": "auto" + }, + { + "type": "Column", + "items": [ + { + "type": "TextBlock", + "text": "Plugin: Drone Docker", + "wrap": true, + "size": "Small", + "weight": "Bolder", + "isSubtle": false, + "spacing": "Small" + }, + { + "type": "TextBlock", + "text": "DIGEST: ${RepoDigests[0]}", + "wrap": true, + "size": "Small", + "weight": "Lighter", + "isSubtle": true, + "spacing": "Small" + } + ], + "width": "stretch" + } + ], + "style": "default" }, { - "type": "Column", - "items": [ - { - "type": "TextBlock", - "text": "${RepoTags[0]}", - "size": "Medium" - }, - { - "type": "TextBlock", - "text": "DIGEST: ${RepoDigests[0]}", - "wrap": true, - "size": "Small", - "weight": "Lighter", - "isSubtle": true, - "spacing": "Small" - }, - { - "type": "ColumnSet", - "columns": [ + "type": "ColumnSet", + "columns": [ { - "type": "Column", - "items": [ - { - "type": "TextBlock", - "weight": "Lighter", - "text": "OS/ARCH", - "wrap": true, - "size": "Small", - "isSubtle": true, - "spacing": "Medium" - }, - { - "type": "TextBlock", - "text": "${OS}/${Architecture}", - "wrap": true, - "size": "Small", - "spacing": "Small" - } - ], - "separator": true, - "width": "auto" + "type": "Column", + "items": [ + { + "type": "TextBlock", + "weight": "Lighter", + "text": "OS/ARCH", + "wrap": true, + "size": "Small", + "isSubtle": true, + "spacing": "Medium" + }, + { + "type": "TextBlock", + "text": "${OS}/${Architecture}", + "wrap": true, + "size": "Small", + "spacing": "Small", + "weight": "Bolder" + } + ], + "separator": true, + "width": "auto" }, { - "type": "Column", - "items": [ - { - "type": "TextBlock", - "weight": "Lighter", - "text": "SIZE", - "wrap": true, - "size": "Small", - "isSubtle": true - }, - { - "type": "TextBlock", - "spacing": "Small", - "text": "${SizeString}", - "wrap": true, - "size": "Small" - } - ], - "width": "auto", - "separator": true, - "spacing": "Medium" + "type": "Column", + "items": [ + { + "type": "TextBlock", + "weight": "Lighter", + "text": "SIZE", + "wrap": true, + "size": "Small", + "isSubtle": true + }, + { + "type": "TextBlock", + "spacing": "Small", + "text": "${SizeString}", + "wrap": true, + "size": "Small", + "weight": "Bolder" + } + ], + "width": "auto", + "separator": true, + "spacing": "Medium" }, { - "type": "Column", - "items": [ - { - "type": "TextBlock", - "weight": "Lighter", - "text": "LAST PUSHED", - "wrap": true, - "size": "Small", - "isSubtle": true - }, - { - "type": "TextBlock", - "spacing": "Small", - "text": "{{DATE(${Time})}} - {{TIME(${Time})}}", - "wrap": true, - "size": "Small" - } - ], - "width": "auto", - "separator": true, - "spacing": "Medium" + "type": "Column", + "items": [ + { + "type": "TextBlock", + "weight": "Lighter", + "text": "LAST PUSHED", + "wrap": true, + "size": "Small", + "isSubtle": true + }, + { + "type": "TextBlock", + "spacing": "Small", + "text": "{{DATE(${Time})}} - {{TIME(${Time})}}", + "wrap": true, + "size": "Small", + "weight": "Bolder" + } + ], + "width": "auto", + "separator": true, + "spacing": "Medium" } - ], - "style": "default" - } - ], - "width": "stretch" + ], + "style": "default", + "separator": true } - ] - } - ], - "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", - "version": "1.0" -} \ No newline at end of file + ], + "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", + "version": "1.5" +} From e326df18588dc470e6ef8acbc56355e289306ba1 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Wed, 19 Jan 2022 13:11:22 +0000 Subject: [PATCH 2/2] Update card.json --- docs/card.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/card.json b/docs/card.json index a03a8f33..fd555444 100644 --- a/docs/card.json +++ b/docs/card.json @@ -10,7 +10,7 @@ { "type": "Image", "url": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png", - "size": "Medium" + "size": "small" } ], "width": "auto"