From ddf009f51b3a02a41d7aef33352bd4bd200d80f8 Mon Sep 17 00:00:00 2001 From: Tho Ho Date: Fri, 20 Oct 2023 13:44:26 +0800 Subject: [PATCH] Update .NET 8.0 image tag to 8.0-rc instead of 8.0-preview --- .github/workflows/aspnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aspnet-core.yml b/.github/workflows/aspnet-core.yml index b3d8a50..8751198 100644 --- a/.github/workflows/aspnet-core.yml +++ b/.github/workflows/aspnet-core.yml @@ -106,7 +106,7 @@ jobs: flavor: | latest=auto suffix=${{ env.TAG_SUFFIX }} - prefix=8.0-preview- + prefix=8.0-rc- tags: | type=raw,enable=${{ github.event_name != 'pull_request' }},priority=699,value=${{ steps.minver.outputs.version }} type=ref,event=branch,priority=500