From 81039b1cb79cf5d4b695eda43f28dde4e1f6b3c3 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Tue, 3 Sep 2024 13:50:15 -0500 Subject: [PATCH] fix tarball export example for single-rid publishing --- .github/workflows/containerize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containerize.yml b/.github/workflows/containerize.yml index 22f829e..bbf28de 100644 --- a/.github/workflows/containerize.yml +++ b/.github/workflows/containerize.yml @@ -424,7 +424,7 @@ jobs: working-directory: ./src/sdk-container-demo run: | mkdir images \ - && dotnet publish -p PublishProfile=DefaultContainer -p ContainerArchiveOutputPath=images /bl + && dotnet publish -t:PublishContainer -p ContainerArchiveOutputPath=images /bl -r linux-x64 - name: List tarballs run: ls -l ./src/sdk-container-demo/images - name: Load image into Docker