Use auto-provided GITEA_TOKEN instead of manual secret
/ build (push) Failing after 2s
Details
/ build (push) Failing after 2s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
de9a61412c
commit
37c84aaa22
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue