.gitea/workflows/buildDocker.yaml aktualisiert
All checks were successful
Build and Push Docker Image / build (push) Successful in 27s

This commit is contained in:
2025-10-07 10:50:51 +00:00
parent d76b3445ed
commit 983a2da99e

View File

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