From dab3dad0c41fa108f6e85cffbc53502483016489 Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 30 Apr 2024 22:40:16 +0200 Subject: [PATCH] fix: remove hardcoded registry url --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 8f25763..887b1c9 100644 --- a/action.yaml +++ b/action.yaml @@ -7,7 +7,7 @@ inputs: registry: description: Registry URL required: true - default: git.gmoker.com + default: ${{ gitea.server_url }} image: description: Image name required: true