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