Skip to content
Snippets Groups Projects
Commit 25fc0318 authored by jan.bednarik's avatar jan.bednarik
Browse files

CI setup

parent dc75e84a
No related branches found
No related tags found
No related merge requests found
Pipeline #414 passed
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG_APP: $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_APP .
- docker push $IMAGE_TAG_APP
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