.gitea/workflows/buildDocker.yaml aktualisiert
Some checks failed
Build and Push Docker Image / build (push) Failing after 11s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2025-10-07 10:27:22 +00:00
parent f25e428948
commit ec1ea2881e

View File

@@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.nixbi.de registry: gitea.nixbi.de
username: ${{ gitea.ACTOR }} 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
- name: Build and Push Docker Image - name: Build and Push Docker Image