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