Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Has been cancelled

This commit is contained in:
Steffen Illium 2025-05-15 21:40:51 +02:00
parent b5441ba1ae
commit 3d75110bdc

View File

@ -10,13 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Debug Gitea Context
env:
GITEA_CONTEXT: ${{ toJson(gitea) }}
run: |
echo "Gitea Context:"
echo "$GITEA_CONTEXT"
- name: Debug - Print Gitea context
run: |
@ -35,7 +28,7 @@ jobs:
with:
registry: ${{vars.LOCAL_REGISTRY}}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.TOKEN }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1