8 lines
261 B
YAML
8 lines
261 B
YAML
|
pipeline:
|
||
|
build-image:
|
||
|
image: docker
|
||
|
commands:
|
||
|
- docker build . -t git.guillemborrell.es/guillem/hellocomputer:0.1
|
||
|
- docker push git.guillemborrell.es/guillem/hellocomputer:0.1
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|