Skip to content
Snippets Groups Projects
Commit 6ce402e8 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update docker build

parent f4662898
No related branches found
No related tags found
1 merge request!503Docker and Web Services
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# Script to build Docker image and push to internal registry. # Script to build Docker image and push to internal registry.
## ##
set -x;
BUILD_ARGS=""; BUILD_ARGS="";
for arg in ${DOCKER_BUILD_ARGS}; do for arg in ${DOCKER_BUILD_ARGS}; do
...@@ -14,6 +12,7 @@ done ...@@ -14,6 +12,7 @@ done
echo "${BUILD_ARGS}"; echo "${BUILD_ARGS}";
# Build Docker image # Build Docker image
# shellcheck disable=SC2086
docker build \ docker build \
${BUILD_ARGS} \ ${BUILD_ARGS} \
--pull \ --pull \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment