This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
base/.gitlab-ci.yml

18 lines
253 B
YAML
Raw Normal View History

2016-05-26 12:09:23 +00:00
image: docker:latest
services:
- docker:dind
before_script:
- docker info
build:
stage: build
script:
2016-05-26 12:23:00 +00:00
- docker build -t registry.leenooks.net/leenooks/base .
after:
stage: deploy
script:
- docker push registry.leenooks.net/leenooks/base