Update registry domain

This commit is contained in:
olof.pettersson
2025-12-11 11:48:45 +01:00
parent 1bf76cc63e
commit e269ad02b8

View File

@ -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