1BAZEL?=bazelisk 2 3.PHONY: build 4build: 5 $(BAZEL) run //infra/skottie:skottie_container \ 6 --config=skottie_container 7 8# Review section in README.md before running this target 9.PHONY: push_skottie_I_am_really_sure 10push_skottie_I_am_really_sure: 11 $(BAZEL) run //infra/skottie:push_skottie_container \ 12 --config=skottie_container 13