fix: use https:// prefix for Gitea composite action ref
All checks were successful
build / build (pull_request) Successful in 4m41s
All checks were successful
build / build (pull_request) Successful in 4m41s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: git.librete.ch/libretech/actions/.gitea/actions/docker-build@main
|
- uses: https://git.librete.ch/libretech/actions/.gitea/actions/docker-build@main
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.REGISTRY }}
|
registry: ${{ secrets.REGISTRY }}
|
||||||
registry_user: ${{ secrets.REGISTRY_USER }}
|
registry_user: ${{ secrets.REGISTRY_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user