Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Failing after 1m48s

This commit is contained in:
Steffen Illium 2025-05-15 17:52:00 +02:00
parent 33ad6fd001
commit 5195b49952

View File

@ -26,8 +26,7 @@ jobs:
# (Test credentials early, befor failing late in the process.)
uses: docker/login-action@v3
with:
registry: http://${{vars.LOCAL_REGISTRY}}:3000
http: true
registry: ${{vars.LOCAL_REGISTRY}}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}