|
|
@ -7,5 +7,11 @@ steps:
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- docker build -t code.ndumas.com/ndumas/smart-commit:latest .
|
|
|
|
- docker build -t code.ndumas.com/ndumas/smart-commit:latest .
|
|
|
|
- docker push code.ndumas.com/ndumas/smart-commit:latest
|
|
|
|
- docker push code.ndumas.com/ndumas/smart-commit:latest
|
|
|
|
- volumes:
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
- name: docksock
|
|
|
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- name: docksock
|
|
|
|
|
|
|
|
host:
|
|
|
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|