Fix workflow schema: hardcode registry username
Some checks failed
Build and push container image / build-and-push (push) Failing after 1m1s

This commit is contained in:
Christoph Haas 2026-08-22 11:19:58 +02:00
parent 0b5634333b
commit 5e45dd358a

View file

@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.workaround.org
username: ${{ gitea.actor }}
username: chaas
password: ${{ secrets.FORGEJO_TOKEN }}
- name: Build and push