Update registry domain
This commit is contained in:
@ -32,7 +32,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
USERNAME: ${{ gitea.repository_owner }}
|
USERNAME: ${{ gitea.repository_owner }}
|
||||||
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
|
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
|
||||||
REGISTRY: forge.northernlighthouseinteractive.com
|
REGISTRY: registry.forge.northernlighthouseinteractive.com
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
args: .gitea/workflows/scripts/build-base.sh
|
args: .gitea/workflows/scripts/build-base.sh
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
USERNAME: ${{ gitea.repository_owner }}
|
USERNAME: ${{ gitea.repository_owner }}
|
||||||
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
|
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
|
||||||
REGISTRY: forge.northernlighthouseinteractive.com
|
REGISTRY: registry.forge.northernlighthouseinteractive.com
|
||||||
TAG: ${{ needs.setup.outputs.short_sha }}
|
TAG: ${{ needs.setup.outputs.short_sha }}
|
||||||
with:
|
with:
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user