Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Failing after 1m48s
Some checks failed
Jekyll site CI / docker (push) Failing after 1m48s
This commit is contained in:
parent
33ad6fd001
commit
5195b49952
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -26,8 +26,7 @@ jobs:
|
|||||||
# (Test credentials early, befor failing late in the process.)
|
# (Test credentials early, befor failing late in the process.)
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://${{vars.LOCAL_REGISTRY}}:3000
|
registry: ${{vars.LOCAL_REGISTRY}}
|
||||||
http: true
|
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user