Update .gitea/workflows/actions.yaml
Some checks failed
Docker Build / build (push) Failing after 22s

This commit is contained in:
2026-01-30 14:24:29 +01:00
parent 6cc3cfe05d
commit ff87c8f48a

View File

@@ -20,7 +20,7 @@ jobs:
with: with:
registry: ${{ gitea.server_url }} registry: ${{ gitea.server_url }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.build_token }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5