hoc/.gitlab-ci.yml

10 lines
129 B
YAML
Raw Normal View History

2019-04-23 23:18:19 +02:00
image: docker:stable
2019-04-23 23:13:46 +02:00
before_script:
- docker info
2019-04-23 23:18:19 +02:00
build:
stage: build
2019-04-23 23:13:46 +02:00
script:
- docker build -t vbrandl/hoc:latest .