Update registry domain
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user