Skip to content
Snippets Groups Projects
Commit 6901b257 authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

add CI

parent 8c0f1452
Branches
No related tags found
No related merge requests found
Pipeline #9038 failed
image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
services:
- docker:20.10.9-dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build:
stage: build
script:
- VERSION=`cat VERSION`
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$VERSION --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$VERSION
- docker push $CI_REGISTRY_IMAGE:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment