Commit 1822ea52 authored by Anton Borisov's avatar Anton Borisov

Add .gitlab-ci.yml

parent 6f126a35
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
before_script:
- docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
build:
stage: build
image: docker:stable
services:
- docker:dind
script:
- docker build -t git.poka.website:4567/destream-public/destream-blockchain .
- docker push git.poka.website:4567/destream-public/destream-blockchain
environment:
name: ${CI_COMMIT_REF_NAME}
only:
- merge-3.0.0
\ No newline at end of file
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