diff --git a/Makefile b/Makefile index cf9caf9..3fd088f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REGISTRY:= gianet.us/codyops IMAGE:= core COUNTRIES:= ar br -.PHONY: init build setup push $(addprefix step-,$(COUNTRIES)) +.PHONY: init build setup $(addprefix step-,$(COUNTRIES)) init: direnv allow . @@ -20,6 +20,4 @@ $(addprefix step-,$(COUNTRIES)): export ASTRO_GTM=${ASTRO_GTM_$(shell echo $(patsubst step-%,%,$@) | tr '[:lower:]' '[:upper:]')} && \ npx astro build --force podman build --pull=newer --tag $(REGISTRY)/$(IMAGE):$(patsubst step-%,%,$@) . - -push: - podman push $(REGISTRY)/$(IMAGE):$(patsubst step-%,%,$@) \ No newline at end of file + podman push $(REGISTRY)/$(IMAGE):$(patsubst step-%,%,$@)