From 22f776558d4638619497f1a45d8cb15cb076b6aa Mon Sep 17 00:00:00 2001 From: Wanderson Camargo Date: Fri, 6 Aug 2021 20:07:58 -0300 Subject: [PATCH] Define latest image tag --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4ff0c45..349fd04 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ build: --file Dockerfile \ --build-arg PHP_VERSION=${PHP_VERSION} \ --tag wandersonwhcr/php-smallest:${GIT_SHA_SHORT} + docker tag wandersonwhcr/php-smallest:${GIT_SHA_SHORT} wandersonwhcr/php-smallest:latest .PHONY: size size: build