From beae642281947a3b71565d13095418867da8e22c Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 20 Apr 2022 17:06:21 -0600 Subject: [PATCH] add build args --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c363c42..70a507a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ FROM ${BUILD_IMAGE} as builder # TODO: Token needed until nshmp-lib is public ARG GITLAB_TOKEN=null ARG CI_JOB_TOKEN=null +ARG CI_PROJECT_URL=null +ARG CI_COMMIT_BRANCH=null WORKDIR /app -- GitLab