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

test

parent 93fe1d0e
No related branches found
No related tags found
1 merge request!447No NGRX: spectra
......@@ -74,10 +74,10 @@ default:
# Docker in Docker
##
.dind:
image: docker:latest
image: ${DEVOPS_REGISTRY}docker:19.03-git
services:
- alias: docker
name: docker:dind
name: ${DEVOPS_REGISTRY}docker:19.03-git
variables:
DOCKER_DRIVER: overlay2
......@@ -95,7 +95,6 @@ default:
- *staging-env
- *production-env
script:
- docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD}
- BUILD_ARGS='';
- |
for arg in ${DOCKER_BUILD_ARGS}; do
......
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