From 9b64540006ed311ba43fc45186d3f95b1b58c885 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 29 Apr 2026 22:50:44 +0200 Subject: [PATCH] chore: update action ref to public/actions --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8621b2b..ce72326 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,10 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: https://git.librete.ch/libretech/actions/.gitea/actions/docker-build@main + - uses: https://git.librete.ch/public/actions/.gitea/actions/docker-build@main with: registry: ${{ secrets.REGISTRY }} registry_user: ${{ secrets.REGISTRY_USER }} registry_pass: ${{ secrets.REGISTRY_PASS }} publish: ${{ github.event_name == 'push' && vars.PUBLISH_ENABLED == 'true' }} -