Use Gitea variable for registry URL
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Patrick de Ruiter 2025-12-25 14:38:42 +01:00
parent e4b8d4e710
commit 3508ac4f7f
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -11,7 +11,7 @@ on:
- main - main
env: env:
REGISTRY: nexus.bsdserver.nl:443 REGISTRY: ${{ vars.REGISTRY_URL }}
IMAGE_NAME: enterprise-openldap IMAGE_NAME: enterprise-openldap
jobs: jobs: