mirror of
https://github.com/elyby/accounts.git
synced 2025-01-11 06:22:16 +05:30
Use separate docker service to build images
This commit is contained in:
parent
b52a21c5f2
commit
295d3a6dc6
@ -104,7 +104,13 @@ Codeception:
|
||||
|
||||
Docker:
|
||||
stage: build
|
||||
image: docker:19.03.9-dind
|
||||
image: docker:19.03.9
|
||||
services:
|
||||
- docker:19.03.9-dind
|
||||
variables:
|
||||
# Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
before_script:
|
||||
- *defineVars
|
||||
- *dockerLogin
|
||||
|
Loading…
x
Reference in New Issue
Block a user