From 07bedb3c478731beec6400e8af65fb95da6130cd Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 28 Jun 2026 12:46:37 -0400 Subject: [PATCH] [ci] Push up to local service url --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5bf7ab32..417a16c6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: set -e VERSION=$(cat IRIS_VERSION) ASSET="dist/Mopidy_Iris-${VERSION}.tar.gz" - API="https://code.lab.unbl.ink/api/v1/repos/secstate/Iris" + API="http://gitea.service:3000/api/v1/repos/secstate/Iris" # Delete old continuous tag (ignore if missing) curl -sf -X DELETE "${API}/tags/continuous" \