From 0a2ba648912da11ecd1dd3ee7cff78c71d85ab12 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 29 Apr 2026 21:46:17 +0200 Subject: [PATCH] fix: use full Gitea URL for cross-repo composite action --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b961933..7e21086 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: libretech/actions/.gitea/actions/docker-build@main + - uses: git.librete.ch/libretech/actions/.gitea/actions/docker-build@main with: registry: ${{ secrets.REGISTRY }} registry_user: ${{ secrets.REGISTRY_USER }}