Skip to content
Snippets Groups Projects
Commit 4ad42049 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

try actually setting DEPLOY_ENV

parent 20090f56
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10343 failed
......@@ -3,7 +3,7 @@
script:
- echo "Building branch or tag -- ${IMAGE_TAG}"
- NAME="${REGISTRY_URL}/workspaces/${SERVICE_NAME}"
- docker build -t ${NAME}:${IMAGE_TAG} -f ${PATH_PREFIX}${SERVICE_NAME}/Dockerfile . --build-arg DEPLOY_ENV --build-arg WS_VERSION=${VERSION} --build-arg CAPO_PROFILE=dsoc-${DEPLOY_ENV} --target prod
- docker build -t ${NAME}:${IMAGE_TAG} -f ${PATH_PREFIX}${SERVICE_NAME}/Dockerfile . --build-arg DEPLOY_ENV=${DEPLOY_ENV} --build-arg WS_VERSION=${VERSION} --build-arg CAPO_PROFILE=dsoc-${DEPLOY_ENV} --target prod
- echo "TAG=${IMAGE_TAG}" >> build.env
artifacts:
reports:
......
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