From f538683ab29a439dfe55b5ca91a3e80f5daefdab Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 30 Jan 2026 13:59:45 +0100 Subject: [PATCH] add required fields in action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e662d04..5a91853 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,6 @@ +name: docker setup and build +author: tom +descriptions: setup, login, builds and pushes a container as a package inputs: path: description: 'the path where buildx should start'