Skip to content

Commit

Permalink
Move to 9.0-nanoserver-1809
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Oct 14, 2024
1 parent b623794 commit 2352327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aspnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
7.0.x
8.0.x
- name: Setup .NET 9.0.x Preview
- name: Setup .NET 9.0.x RC
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
id: build90
shell: pwsh
run: |
$aspnetImageTag90 = if ($Env:RUNNER_OS -eq 'Linux') { '9.0-alpine' } else { '9.0-preview-nanoserver-1809' }
$aspnetImageTag90 = if ($Env:RUNNER_OS -eq 'Linux') { '9.0-alpine' } else { '9.0-nanoserver-1809' }
./docker-build.ps1 -Context ./artifacts/net9.0 -Squash -Tags "${{ steps.meta90.outputs.tags }}" -Labels "${{ steps.meta90.outputs.labels }}" -BuildArgs "ASPNET_IMAGE_TAG=$aspnetImageTag90"
- name: Build and Push Sample 9.0
Expand Down

0 comments on commit 2352327

Please sign in to comment.