From 9f26e8d7aa157515a8f3736cea26638260250478 Mon Sep 17 00:00:00 2001 From: Per Ahrens <72437324+pc-ahrens@users.noreply.github.com> Date: Sat, 11 Dec 2021 19:17:07 +0100 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 039e609b..7faeb2ee 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,5 @@ # https://help.github.com/en/articles/metadata-syntax-for-github-actions +# hacked name: 'Docker Login' description: 'GitHub Action to login against a Docker registry' author: 'docker'