From 61517911dfa67877d041fc5acef697de9c7d73ec Mon Sep 17 00:00:00 2001 From: Mark Kaulertz Date: Fri, 20 Jun 2025 11:15:09 +0200 Subject: [PATCH] directly reference target registry --- .gitea/workflows/build-and-push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 61f44f8..0252f22 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -23,7 +23,8 @@ jobs: with: # Use '!' for the registry address # Example: registry: gitea.yourcompany.com - registry: ${{ gitea.instance }} + #registry: ${{ gitea.instance }} + registry: git.m0ark.de username: ${{ vars.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}