chore: Update Docker registry URL in CI workflow
Some checks failed
Integration Tests / integration-tests (push) Failing after 25s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 40s

### Summary of Changes
- Changed the Docker registry URL in the CI workflow from `gitea.example.com` to `https://gittea.kammenstraatha.duckdns.org/` to reflect the new registry location.

### Expected Results
- Ensured that the CI workflow points to the correct Docker registry, facilitating successful image builds and deployments.
This commit is contained in:
GSRN
2025-09-17 01:01:04 +02:00
parent dddf59eae1
commit 5ac111184c

View File

@@ -8,7 +8,7 @@ on:
branches: [ main, develop ]
env:
REGISTRY: gitea.example.com
REGISTRY: https://gittea.kammenstraatha.duckdns.org/
IMAGE_PREFIX: labfusion
jobs: