From 6c25680fe1ee129c9e1697febc04bd6833d0d0a0 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 29 Apr 2026 21:56:00 +0200 Subject: [PATCH] fix: use https:// prefix in template (required for self-hosted Gitea) --- .gitea/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-template.yml b/.gitea/workflows/build-template.yml index e4be3aa..7c1064a 100644 --- a/.gitea/workflows/build-template.yml +++ b/.gitea/workflows/build-template.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: git.librete.ch/libretech/actions/.gitea/actions/docker-build@main + - uses: https://git.librete.ch/libretech/actions/.gitea/actions/docker-build@main with: registry: ${{ secrets.REGISTRY }} registry_user: ${{ secrets.REGISTRY_USER }}