Use auto-provided GITEA_TOKEN instead of manual secret
/ build (push) Failing after 2s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kosma 2026-03-04 15:30:32 +01:00
parent de9a61412c
commit 37c84aaa22
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
run: | run: |
buildah build -t kalendasz:latest buildah build -t kalendasz:latest
buildah push --creds ${{ gitea.actor }}:${{ secrets.FORGEJO_TOKEN }} kalendasz:latest "docker://git.hswro.org/kosma/kalendasz:latest" buildah push --creds ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} kalendasz:latest "docker://git.hswro.org/kosma/kalendasz:latest"