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

20 lines
330 B
YAML
Raw Normal View History

2016-05-26 22:09:23 +10:00
image: docker:latest
services:
- docker:dind
before_script:
- docker info
2016-05-27 12:43:31 +10:00
- df
2016-05-27 12:51:06 +10:00
- find /etc/docker/ -print -exec ls -al {} \;
- id
2016-05-27 13:32:42 +10:00
- env
- set
2016-05-26 22:09:23 +10:00
build:
stage: build
script:
2016-05-27 13:25:27 +10:00
- docker build -t leenooks/base .
- docker tag leenooks/base registry.leenooks.net/leenooks/base
2016-05-26 22:23:00 +10:00
- docker push registry.leenooks.net/leenooks/base