From 61be2cc9186df11f9b2900c383af350164024966 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Sat, 5 Jun 2021 14:04:38 -0500 Subject: [PATCH] build: tag achgateway latest image --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index df1e290..cf64a40 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ teardown: docker: update docker build --pull --build-arg VERSION=${VERSION} -t moov/achgateway:${VERSION} -f Dockerfile . + docker tag moov/achgateway:${VERSION} moov/achgateway:latest docker-push: docker push moov/achgateway:${VERSION}