Skip to content

Commit

Permalink
ci: fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Feb 26, 2024
1 parent fbafdc3 commit 41bd250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 41bd250

Please sign in to comment.