From e3f2a0447ef24d9b784e041addf86b8e50045705 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Thu, 20 Mar 2025 06:58:36 +0000 Subject: [PATCH] updated ci pipeline --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 078401d..a4c991d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,4 +22,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ${{ gitea.repository }}:latest + tags: git.wnd.sh/${{ gitea.repository }}:latest