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

This commit is contained in:
Steffen Illium 2025-05-15 17:31:35 +02:00
parent 8fd0a23c43
commit ca7002c9a5

View File

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