From 5ac111184ccd5c5238ba924751991aabec505d4a Mon Sep 17 00:00:00 2001 From: GSRN Date: Wed, 17 Sep 2025 01:01:04 +0200 Subject: [PATCH] chore: Update Docker registry URL in CI workflow ### 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. --- .gitea/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 886ad12..5d348c3 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -8,7 +8,7 @@ on: branches: [ main, develop ] env: - REGISTRY: gitea.example.com + REGISTRY: https://gittea.kammenstraatha.duckdns.org/ IMAGE_PREFIX: labfusion jobs: