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

This commit is contained in:
2025-05-15 21:57:07 +02:00
parent 2c4d44a4c3
commit bb505ba3f1

View File

@ -27,7 +27,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{vars.LOCAL_REGISTRY}} registry: ${{vars.LOCAL_REGISTRY}}
username: ${{ secrets.USER }} username: ${{ VARS.USER }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Setup Ruby - name: Setup Ruby