From 25dcad1adbac202b180f8b4d4b03819a10995b7d Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 2 Jun 2022 01:28:21 -0400 Subject: [PATCH] add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e610289..2f054b6 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: "Docker Check Base Image Diff" description: "A Github Action that checks whether a derived image does not consist of a base image." author: Clement Tsang +branding: + icon: box + color: blue inputs: base-image: