From c61df14678148f361a288d297da70fbd7adcbc44 Mon Sep 17 00:00:00 2001 From: nixbi93 Date: Tue, 7 Oct 2025 10:24:22 +0000 Subject: [PATCH] .gitea/workflows/buildDocker.yaml aktualisiert --- .gitea/workflows/buildDocker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/buildDocker.yaml b/.gitea/workflows/buildDocker.yaml index 9b19a08..7b626e7 100644 --- a/.gitea/workflows/buildDocker.yaml +++ b/.gitea/workflows/buildDocker.yaml @@ -19,7 +19,7 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.nixbi.de - username: ${{ gitea.actor }} + username: ${{ gitea.ACTOR }} password: ${{ secrets.REGISTRY_TOKEN }} # Der Token für das eigene Repo, ggf. als PAT erzeugen - name: Build and Push Docker Image @@ -28,4 +28,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: gitea.nixbi.de/${{ gitea.owner }}/${{ gitea.repo }}:latest + tags: gitea.nixbi.de/${{ gitea.OWNER }}/${{ gitea.REPO }}:latest