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

fix variable

parent ff3e3a5e
No related branches found
No related tags found
2 merge requests!611Production Release | nshmp-haz,!610Resolves - Update docker deployments
......@@ -92,8 +92,8 @@ stages:
for arg in ${DOCKER_BUILD_ARGS}; do
BUILD_ARGS="${BUILD_ARGS} --build-arg ${arg}";
done
- latest_image_name="${CI_REGISTRY}/${CI_PROJECT_NAME}:latest";
- env_image_name="${CI_REGISTRY}/${CI_PROJECT_NAME}:${ENVIRONMENT}-latest";
- latest_image_name="${CI_REGISTRY_IMAGE}/${CI_PROJECT_NAME}:latest";
- env_image_name="${CI_REGISTRY_IMAGE}/${CI_PROJECT_NAME}:${ENVIRONMENT}-latest";
- |
docker build \
${BUILD_ARGS} \
......
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