diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f95ad48..c084bda 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: uses: docker/login-action@v2 with: registry: ${{ steps.meta.outputs.REGISTRY_HOST }} - username: ${{ gitea.actor }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Docker Image