Skip to content

Commit

Permalink
Update RC 8.0-rc-alpine -> 8.0-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Oct 16, 2023
1 parent e7fd45e commit cc0cefa
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 @@ -286,7 +286,7 @@ jobs:
id: build80
shell: pwsh
run: |
$aspnetImageTag80 = if ($Env:RUNNER_OS -eq 'Linux') { '8.0-rc-alpine' } else { '8.0-nanoserver-1809' }
$aspnetImageTag80 = if ($Env:RUNNER_OS -eq 'Linux') { '8.0-alpine' } else { '8.0-nanoserver-1809' }
./docker-build.ps1 -Context ./artifacts/net8.0 -Squash -Tags "${{ steps.meta80.outputs.tags }}" -Labels "${{ steps.meta80.outputs.labels }}" -BuildArgs "ASPNET_IMAGE_TAG=$aspnetImageTag80"
- name: Build and Push Sample 8.0
Expand Down

0 comments on commit cc0cefa

Please sign in to comment.