Skip to content

Commit

Permalink
Use Correct function-runner Image Tag (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmaly committed Mar 2, 2022
1 parent 6525887 commit 20c66af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porch/Makefile
Expand Up @@ -83,7 +83,7 @@ start-function-runner:
--network=porch \
--ip 192.168.8.202 \
--name function-runner \
gcr.io/$(GCP_PROJECT_ID)/function-runner:latest
gcr.io/$(GCP_PROJECT_ID)/function-runner:$(IMAGE_TAG)

.PHONY: generate
generate: $(MODULES)
Expand Down

0 comments on commit 20c66af

Please sign in to comment.