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

test

parent 697b4a86
No related branches found
No related tags found
1 merge request!443Signals and Reactive Forms: AWS Applications
......@@ -5,7 +5,7 @@ variables:
NODE_IMAGE: ${CODE_REGISTRY_IMAGE}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_SLUG}--node
UPSTREAM_PATH: ghsc/nshmp/nshmp-apps
image: ${CI_REGISTRY}/devops/images/usgs/node:lts
image: ${CI_REGISTRY}/devops/images/usgs/node:20
# Do not run for merge requests
workflow:
......@@ -155,7 +155,7 @@ Build Node Image:
script:
- |
docker build \
--build-arg FROM_IMAGE=${CI_REGISTRY}/devops/images/usgs/node:20 \
--build-arg FROM_IMAGE=${CI_REGISTRY}/devops/images/usgs/node:lts \
--file ".gitlab/Dockerfile" \
--pull \
--tag ${NODE_IMAGE} \
......
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