File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Setup .NET
4141 uses : actions/setup-dotnet@v1
4242 with :
43- dotnet-version : 5 .0.300
43+ dotnet-version : 6 .0.x
4444
4545 - name : Publish
4646 run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7070 uses : actions/setup-dotnet@v1
7171
7272 with :
73- dotnet-version : 5 .0.300
73+ dotnet-version : 6 .0.x
7474
7575 - name : Publish
7676 run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5 .0
1+ FROM mcr.microsoft.com/dotnet/aspnet:6 .0
22COPY HttpHealthCheckDashboard/bin/publish ./app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "HttpHealthCheckDashboard.dll" ]
You can’t perform that action at this time.
0 commit comments