From 33ed48262cceaa0654bb97e01734e27d3218749a Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Fri, 2 Aug 2024 13:07:09 +0200 Subject: [PATCH] reg --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f8ccf37..b7b43c0 100644 --- a/action.yaml +++ b/action.yaml @@ -4,7 +4,7 @@ description: Deploy image to Gitea inputs: registry: description: "Server address of Docker registry." - default: gitea.okami101.io + default: ${{ vars.CONTAINER_REGISTRY }} username: description: "Username used to log against the Docker registry" default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}