Skip to content
Snippets Groups Projects

Adopt gitlab registry

Merged Borja Aparicio Cotarelo requested to merge adopt_gitlab_registry into master
3 files
+ 15
3
Compare changes
  • Side-by-side
  • Inline
Files
3
.gitlab-ci.yml 0 → 100644
+ 8
0
stages:
- build
docker-build-job:
stage: build
tags:
- docker-image-build
script: ""
Loading