start build automation
This commit is contained in:
parent
4de7c01c9b
commit
797c832eed
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue