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 }}