Commit cd03cdd4 authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent da318d35
Pipeline #30 failed with stages
in 0 seconds
......@@ -7,15 +7,15 @@ build:
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
script:
- docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- docker build -t ${CI_REGISTRY}/destream-public/destream-blockchain .
- docker push ${CI_REGISTRY}/destream-public/destream-blockchain
environment:
name: ${CI_COMMIT_REF_NAME}
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
only:
- test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment