chore: update action ref to public/actions
All checks were successful
build / build (push) Successful in 1m28s
All checks were successful
build / build (push) Successful in 1m28s
This commit is contained in:
@@ -16,10 +16,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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:
|
with:
|
||||||
registry: ${{ secrets.REGISTRY }}
|
registry: ${{ secrets.REGISTRY }}
|
||||||
registry_user: ${{ secrets.REGISTRY_USER }}
|
registry_user: ${{ secrets.REGISTRY_USER }}
|
||||||
registry_pass: ${{ secrets.REGISTRY_PASS }}
|
registry_pass: ${{ secrets.REGISTRY_PASS }}
|
||||||
publish: ${{ github.event_name == 'push' && vars.PUBLISH_ENABLED == 'true' }}
|
publish: ${{ github.event_name == 'push' && vars.PUBLISH_ENABLED == 'true' }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user