diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index a94f3c1..6cf5055 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -26,7 +26,7 @@ jobs: build-and-publish: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/dotnet/sdk:10.0 + image: vaibhavgawali/dotnet-node-python-openjdk:latest needs: checkout-code steps: - name: Download source code