Skip to content
Snippets Groups Projects
Commit bddccb23 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Add .gitlab-ci.yml

parent c2b61879
No related branches found
No related tags found
No related merge requests found
Pipeline #15 failed
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
services:
- docker:19.03.1-dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build:
stage: build
script:
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment