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

This commit is contained in:
2025-10-07 10:49:07 +00:00
parent 10350e7445
commit d76b3445ed

View File

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