From 5eecde82b3b185b8c106441150ab4316c8df9506 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Fri, 23 May 2025 15:18:24 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d0ffe8c..ef30b9c 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: cache-registry: # id of input description: 'docker regisry host name' required: true - default: 'imagecache:5000' + default: 'imagecache.phadric.de' image_name: description: 'name of the dockerimage' required: true