From 9b35a5ed6c7980b1abdf7f1fcf1524ce6273cf0c Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 9 Oct 2025 14:07:44 +0200 Subject: [PATCH] pl --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 347da1f..e3b687e 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -17,7 +17,7 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.tzbre.dev - username: admin + username: ${{ github.actor }} password: ${{ secrets.TOKEN }} - name: Build and push Docker image