From c1a77ab9844eee548d6131b9ff76cdb71a1821f0 Mon Sep 17 00:00:00 2001 From: TC McCarthy Date: Tue, 28 Jun 2022 07:56:02 -0400 Subject: [PATCH] Update build-image --- build-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image b/build-image index 54211e6..dbb01d2 100644 --- a/build-image +++ b/build-image @@ -11,7 +11,7 @@ BRANCH=`git branch | grep '^*' | sed 's/* //'` TAG="build-$BRANCH-$(date '+%Y%m%d%H%M%S')" ## Build the image using the repo name, tag and passing in the env var and build version -docker build -t "$REPO_NAME:$TAG" --build-arg ENV=$ENV --build-arg TARGETENV=$ENV --build-arg BUILD_VERSION=$BUILD_VERSION . +docker build -t "$REPO_NAME:$TAG" --build-arg ENV=$ENV --build-arg TARGETENV=$ENV --build-arg BUILD_VERSION=$TAG . ## wait 10 seconds sleep 10