From e269ad02b8dd7d6f954e1ac4589f81c79dbcb082 Mon Sep 17 00:00:00 2001 From: "olof.pettersson" Date: Thu, 11 Dec 2025 11:48:45 +0100 Subject: [PATCH] Update registry domain --- .gitea/workflows/publish-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-image.yaml b/.gitea/workflows/publish-image.yaml index e4ae1d0..ec83942 100644 --- a/.gitea/workflows/publish-image.yaml +++ b/.gitea/workflows/publish-image.yaml @@ -32,7 +32,7 @@ jobs: env: USERNAME: ${{ gitea.repository_owner }} PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }} - REGISTRY: forge.northernlighthouseinteractive.com + REGISTRY: registry.forge.northernlighthouseinteractive.com with: entrypoint: /bin/sh args: .gitea/workflows/scripts/build-base.sh @@ -62,7 +62,7 @@ jobs: env: USERNAME: ${{ gitea.repository_owner }} PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }} - REGISTRY: forge.northernlighthouseinteractive.com + REGISTRY: registry.forge.northernlighthouseinteractive.com TAG: ${{ needs.setup.outputs.short_sha }} with: entrypoint: /bin/sh