diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2afb7c3..347da1f 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: tzbre + username: admin password: ${{ secrets.TOKEN }} - name: Build and push Docker image