Force the build args from env, also dump the env for testing

pull/1/head
Jason Kendall 2020-01-30 10:23:27 -05:00
parent 949243deb1
commit 3a61d5068d
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ export $(grep -v '^#' ../.env | xargs)
env env
docker build \ docker build \
--build-arg MISP_TAG=$MISP_TAG --build-arg MISP_TAG=$MISP_TAG \
--build-arg PHP_VER=$PHP_VER --build-arg PHP_VER=$PHP_VER \
--build-arg BUILD_RFC3339=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \ --build-arg BUILD_RFC3339=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--build-arg COMMIT=$(git rev-parse --short HEAD) \ --build-arg COMMIT=$(git rev-parse --short HEAD) \
--build-arg VERSION=$(git describe --tags --always) \ --build-arg VERSION=$(git describe --tags --always) \