Skip to content

Commit

Permalink
build: default to Docker Hub wasmcloud_host image
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed May 8, 2023
1 parent 64529ae commit 683b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmcloud_host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SKIP_PHOENIX ?= false
SECRET_KEY_BASE ?= $(shell mix phx.gen.secret)
WASMCLOUD_HOST_IMAGE ?= wasmcloud_host:latest
WASMCLOUD_HOST_IMAGE ?= wasmcloud/wasmcloud_host:latest

help: ## Display this help
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_\-.*]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
Expand Down

0 comments on commit 683b7aa

Please sign in to comment.