diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1b81ee0..9325e19 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} - username: ${{ gitea.actor }} + username: ${{ github.actor }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and Push Docker Image