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

try fixing image naming weirds

parent 67d198f3
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1437try fixing image naming weirds
Pipeline #11436 passed
......@@ -4,7 +4,7 @@
- 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=${DEPLOY_ENV} --build-arg WS_VERSION=${VERSION}
--build-arg CAPO_PROFILE=dsoc-${DEPLOY_ENV} --build-arg API_TOKEN=${API_TOKEN} --target prod
--build-arg CAPO_PROFILE=dsoc-${DEPLOY_ENV} --build-arg API_TOKEN=${API_TOKEN} --build-arg BASE_REGISTRY_URL=${REGISTRY_URL} --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