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

add login

parent 742301c2
No related branches found
No related tags found
2 merge requests!611Production Release | nshmp-haz,!610Resolves - Update docker deployments
......@@ -83,6 +83,8 @@ default:
# on default upstream and production upstream branches.
##
.docker-build:
before_script:
- docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD}
extends:
- .dind
needs: []
......@@ -109,8 +111,6 @@ default:
- docker tag "${env_image_name}" "${latest_image_name}"
- docker push "${latest_image_name}"
stage: build
tags:
- development
variables:
DOCKERFILE: Dockerfile
DOCKER_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