From 5a1fade25c67387d6d9801e804059c8bf8820c20 Mon Sep 17 00:00:00 2001 From: jasonford Date: Tue, 26 Nov 2024 13:47:49 -0600 Subject: [PATCH] testing ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 371753b..6dd7af9 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,6 @@ up: .PHONY: push push: # Used to build the app push: - docker tag ${image}:${ENV}-release-${sha} ${image}:${ENV}-release-latest + docker tag ${image}:${ENV}-release-${sha} ${image}:${ENV}-latest docker push ${image}:${ENV}-release-${sha} docker push ${image}:${ENV}-latest