Skip to content

Commit

Permalink
Fix Windows tag 9.0-preview-nanoserver-1809
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Mar 22, 2024
1 parent 79ab998 commit 3b65ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
id: build90
shell: pwsh
run: |
$aspnetImageTag90 = if ($Env:RUNNER_OS -eq 'Linux') { '9.0-alpine' } else { '9.0-nanoserver-1809' }
$aspnetImageTag90 = if ($Env:RUNNER_OS -eq 'Linux') { '9.0-alpine' } else { '9.0-preview-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 3b65ccd

Please sign in to comment.