chore: update action ref to public/actions
All checks were successful
build / build (push) Successful in 49s
All checks were successful
build / build (push) Successful in 49s
This commit is contained in:
@@ -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' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user