From c062788367c82af7a0318d8efccebee3d0e79588 Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Mon, 16 Mar 2020 16:51:17 +0000 Subject: [PATCH] Add blue anchor branding Signed-off-by: Nick Adcock --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 9487fdc..8b5a060 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: Build and push Docker images description: Builds and pushes Docker images and will log in to a Docker registry if required author: Docker +branding: + icon: 'anchor' + color: 'blue' runs: using: docker image: docker://docker/github-actions:v1.0