From c8b93986628e8fab994c4121f1e9712e39a65c74 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 9 Oct 2025 13:52:58 +0200 Subject: [PATCH] pipeline --- .gitea/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index f387c9e..2afb7c3 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -17,8 +17,7 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.tzbre.dev - - username: ${{ github.actor }} + username: tzbre password: ${{ secrets.TOKEN }} - name: Build and push Docker image