Feat: add registry certificate option

This commit is contained in:
2025-04-19 17:13:07 +08:00
parent 3da9f537fc
commit 3c08f2a41b

View File

@@ -20,6 +20,9 @@ inputs:
description: "The registry to push to" description: "The registry to push to"
required: false required: false
default: gitea.konchin.com default: gitea.konchin.com
registry-certificate:
description: "The certificate for registry"
required: false
username: username:
description: "The username of the user to use when push" description: "The username of the user to use when push"
required: false required: false