Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
add prefix var to deploy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 13, 2023
1 parent 914ca51 commit 72a5c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ build/uds-bundle-software-factory: | build $(REGISTRY_TARGET) ## Build the softw
########################################################################

deploy: ## Deploy the software factory package
cd ./build && ./uds bundle deploy oci://$(REGISTRY)/uds-package/software-factory-demo:$(BUNDLE_VERSION)-amd64 $(INSECURE) --oci-concurrency 12 --no-progress --confirm
cd ./build && ./uds bundle deploy oci://$(REGISTRY)/uds-package$(BUNDLE_DEV_PREFIX)/software-factory-demo:$(BUNDLE_VERSION)-amd64 $(INSECURE) --oci-concurrency 12 --no-progress --confirm

########################################################################
# Macro Section
Expand Down

0 comments on commit 72a5c40

Please sign in to comment.