From 2239cc4da4a157782e8085dab34d8e19a59fcfa3 Mon Sep 17 00:00:00 2001 From: iLTeoooD Date: Mon, 6 Jan 2020 19:37:52 +0100 Subject: [PATCH] Prepare for release --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea8b646..575caeb 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ -name: "Docker buildx" +name: "Customizable Docker Buildx" description: "Configure docker to be used with buildx" +branding: + icon: archive + color: blue inputs: tag: description: "Tag to apply to the image"