Skip to content

Commit

Permalink
fix makefile build image
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jul 5, 2024
1 parent ae04af4 commit 924a159
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 @@ -61,7 +61,7 @@ generate: pkl-resolve pkl-resolve-hack

.PHONY: build-image
build-image:
docker build --build-arg -t runtime .
docker build -t runtime .
crossplane xpkg build -f package --embed-runtime-image=runtime -o .out/function-pkl.xpkg

.PHONY: push-image
Expand Down

0 comments on commit 924a159

Please sign in to comment.