Skip to content
Snippets Groups Projects
Commit 4b5dc2cc authored by Brittany Faciane's avatar Brittany Faciane
Browse files

fix api token

parent fd0c590f
No related branches found
No related tags found
Loading
Pipeline #10403 failed
......@@ -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=glpat-vPamXXk4PZPe8GQAzmY2 --target prod
--build-arg CAPO_PROFILE=dsoc-${DEPLOY_ENV} --build-arg API_TOKEN=${API_TOKEN} --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