From 1107f84f42a418d14d53d0e42b8c8e4263937ba0 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Fri, 31 Oct 2025 20:28:01 +0100 Subject: [PATCH] =?UTF-8?q?Revert:=20Zur=C3=BCck=20zu=20git.michaelschieme?= =?UTF-8?q?r.de=20da=20repository.michaelschiemer.de:5000=20nicht=20erreic?= =?UTF-8?q?hbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/production-deploy.yml | 12 ++++++------ .gitea/workflows/security-scan.yml | 4 ++-- .gitea/workflows/test-registry.yml | 4 ++-- .gitea/workflows/update-production-secrets.yml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/production-deploy.yml b/.gitea/workflows/production-deploy.yml index 95fb7c25..b6d44921 100644 --- a/.gitea/workflows/production-deploy.yml +++ b/.gitea/workflows/production-deploy.yml @@ -34,11 +34,11 @@ jobs: else # Try public HTTPS (works if repository is public) git clone --depth 1 --branch "$REF_NAME" \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo || \ # Fallback: Try to use Gitea's internal runner access git clone --depth 1 \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo fi @@ -132,11 +132,11 @@ jobs: else # Try public HTTPS (works if repository is public) git clone --depth 1 --branch "$REF_NAME" \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo || \ # Fallback: Try to use Gitea's internal runner access git clone --depth 1 \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo fi @@ -514,11 +514,11 @@ jobs: else # Try public HTTPS (works if repository is public) git clone --depth 1 --branch "$REF_NAME" \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo || \ # Fallback: Try to use Gitea's internal runner access git clone --depth 1 \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo fi diff --git a/.gitea/workflows/security-scan.yml b/.gitea/workflows/security-scan.yml index a01fff0b..92053be7 100644 --- a/.gitea/workflows/security-scan.yml +++ b/.gitea/workflows/security-scan.yml @@ -32,11 +32,11 @@ jobs: else # Try public HTTPS (works if repository is public) git clone --depth 1 --branch "$REF_NAME" \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo || \ # Fallback: Try to use Gitea's internal runner access git clone --depth 1 \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo fi diff --git a/.gitea/workflows/test-registry.yml b/.gitea/workflows/test-registry.yml index 5fbb0ae2..dddb98e4 100644 --- a/.gitea/workflows/test-registry.yml +++ b/.gitea/workflows/test-registry.yml @@ -39,10 +39,10 @@ jobs: /workspace/repo else git clone --depth 1 --branch "$REF_NAME" \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo || \ git clone --depth 1 \ - "https://repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://git.michaelschiemer.de/${REPO}.git" \ /workspace/repo fi diff --git a/.gitea/workflows/update-production-secrets.yml b/.gitea/workflows/update-production-secrets.yml index 6443af78..6b839a1c 100644 --- a/.gitea/workflows/update-production-secrets.yml +++ b/.gitea/workflows/update-production-secrets.yml @@ -30,7 +30,7 @@ jobs: if [ -n "${{ secrets.CI_TOKEN }}" ]; then git clone --depth 1 --branch "$REF_NAME" \ - "https://${{ secrets.CI_TOKEN }}@repository.michaelschiemer.de:5000/${REPO}.git" \ + "https://${{ secrets.CI_TOKEN }}@git.michaelschiemer.de/${REPO}.git" \ /workspace/repo else git clone --depth 1 --branch "$REF_NAME" \