Update .github/workflows/main.yml

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

@ -12,7 +12,8 @@ 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://gitea_app:3000 registry: http://${{LOCAL_REGISTRY}}:3000
http: true
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}