chore: update action ref to public/actions
All checks were successful
build / build (push) Successful in 14s

This commit is contained in:
2026-04-29 22:50:57 +02:00
parent bb044ee0f8
commit eb87b759f8

View File

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