From 41bd2501e36599193e9310941deff54f6fb7a347 Mon Sep 17 00:00:00 2001 From: Anthony Date: Sun, 25 Feb 2024 20:19:22 -0700 Subject: [PATCH] ci: fix publish job --- .github/workflows/publish-bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-bundle.yaml b/.github/workflows/publish-bundle.yaml index 384ac975..d105bbd1 100644 --- a/.github/workflows/publish-bundle.yaml +++ b/.github/workflows/publish-bundle.yaml @@ -59,5 +59,5 @@ jobs: run: uds run create-bundle - name: Publish bundle - run: uds publish build/uds-bundle-software-factory-nutanix-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-bundle --no-progress + run: uds publish uds-bundle-software-factory-nutanix-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-bundle --no-progress working-directory: build