start build automation

This commit is contained in:
jem 2020-11-06 19:34:04 +01:00
parent 4de7c01c9b
commit 797c832eed

15
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,15 @@
image: docker:19.03.12
services:
- docker:19.03.12-dind
before_script:
- echo "Hallo"
build:
stage: build
script:
- docker pull ubuntu:latest || true
#- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
#- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
#- docker push $CI_REGISTRY_IMAGE:latest