Update release-orchestrated.yml
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
||||
|
||||
tag="${RELEASE_TAG:-$REF_NAME}"
|
||||
tag="${tag#v}"
|
||||
dotnet publish DevOpsTest/DevOpsTest/DevOpsTest.csproj \
|
||||
dotnet publish "DevOpsTest/DevOpsTest/DevOpsTest.csproj" \
|
||||
-v:n \
|
||||
--configuration Release \
|
||||
--os linux \
|
||||
@@ -140,4 +140,4 @@ jobs:
|
||||
-p:ContainerRegistry="$REGISTRY" \
|
||||
-p:ContainerRepository="$IMAGE_NAME" \
|
||||
-p:ContainerBaseImage=mcr-mirror.liara.ir/dotnet/aspnet:10.0.202 \
|
||||
"-p:ContainerImageTags=$tag;latest"
|
||||
-p:ContainerImageTags="${tag};latest"
|
||||
|
||||
Reference in New Issue
Block a user