Move to org

This commit is contained in:
2025-12-10 22:09:12 +01:00
parent 510c695444
commit 1bf76cc63e

View File

@ -1,10 +1,10 @@
name: Publish Builder Images
on:
workflow_dispatch:
push:
paths:
- 'Dockerfile.*'
- '.gitea/workflows/scripts/*.sh'
- '.gitea/workflows/publish-image.yaml'
jobs:
# JOB 1: Setup & Calculate Short SHA
@ -31,8 +31,8 @@ jobs:
uses: docker://quay.io/buildah/stable
env:
USERNAME: ${{ gitea.repository_owner }}
PASSWORD: ${{ secrets.USER_PACKAGE_PASSWORD }}
REGISTRY: gitea.212.63.210.91.nip.io
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
REGISTRY: forge.northernlighthouseinteractive.com
with:
entrypoint: /bin/sh
args: .gitea/workflows/scripts/build-base.sh
@ -61,8 +61,8 @@ jobs:
uses: docker://quay.io/buildah/stable
env:
USERNAME: ${{ gitea.repository_owner }}
PASSWORD: ${{ secrets.USER_PACKAGE_PASSWORD }}
REGISTRY: gitea.212.63.210.91.nip.io
PASSWORD: ${{ secrets.ORG_ACTIONS_TOKEN }}
REGISTRY: forge.northernlighthouseinteractive.com
TAG: ${{ needs.setup.outputs.short_sha }}
with:
entrypoint: /bin/sh