From 3c08f2a41b939f9752cf77d6ee1ed24e67204756 Mon Sep 17 00:00:00 2001 From: ytshih Date: Sat, 19 Apr 2025 17:13:07 +0800 Subject: [PATCH] Feat: add registry certificate option --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 36e30c6..0ce0612 100644 --- a/action.yaml +++ b/action.yaml @@ -20,6 +20,9 @@ inputs: description: "The registry to push to" required: false default: gitea.konchin.com + registry-certificate: + description: "The certificate for registry" + required: false username: description: "The username of the user to use when push" required: false