.gitea/workflows/buildDocker.yaml aktualisiert
Some checks failed
Build and Push Docker Image / build (push) Failing after 27s

This commit is contained in:
2025-10-07 10:31:42 +00:00
parent 6a5f9606c0
commit 478da6519d

View File

@@ -29,3 +29,5 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: gitea.nixbi.de/nixbi93/vikunja-mail-parser:latest tags: gitea.nixbi.de/nixbi93/vikunja-mail-parser:latest
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} # Der Token für das eigene Repo, ggf. als PAT erzeugen