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

This commit is contained in:
Steffen Illium 2025-05-15 21:24:10 +02:00
parent 5195b49952
commit f760f837ad

View File

@ -13,7 +13,7 @@ jobs:
- name: Debug - Print Gitea context - name: Debug - Print Gitea context
run: | run: |
echo "LOCAL_REGISTRY variable is: ${{ vars.LOCAL_REGISTRY }}" echo "LOCAL_REGISTRY variable is: ${{ vars.REGISTRY_HOST }}"
echo "Gitea Actor: ${{ gitea.actor }}" echo "Gitea Actor: ${{ gitea.actor }}"
echo "Repository Owner: ${{ gitea.repository_owner }}" echo "Repository Owner: ${{ gitea.repository_owner }}"
echo "Repository Name: ${{ gitea.repository_name }}" echo "Repository Name: ${{ gitea.repository_name }}"
@ -26,7 +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: ${{vars.LOCAL_REGISTRY}} registry: ${{vars.REGISTRY_HOST}}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}