From ca8e73588eae27608aaeafb5ed3e30a945d34cb7 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Mon, 26 May 2025 21:01:08 -0500 Subject: [PATCH] fix: re-add --sc flag --- .github/workflows/directory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/directory.yml b/.github/workflows/directory.yml index af7e2899d..344b9a2e9 100644 --- a/.github/workflows/directory.yml +++ b/.github/workflows/directory.yml @@ -55,7 +55,7 @@ jobs: - name: Publish & Push if: github.event_name == 'push' run: > - dotnet publish + dotnet publish --sc -p:PublishProfile=DefaultContainer -p:ContainerRegistry=${{ env.CONTAINER_REGISTRY }} -p:ContainerRepository=${{ env.CONTAINER_REPOSITORY }}