From ad9267d91a1697ce2b0fcb329b58028c3db6d528 Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Tue, 10 Jun 2025 19:02:14 -0300 Subject: [PATCH] #1 - Mover push al mismo step de build --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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-%,%,$@)