You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
371 B
YAML

2 years ago
kind: pipeline
name: build-smart-commit
steps:
- name: "build-and-push"
image: yobasystems/alpine-docker
2 years ago
commands:
- docker build -t code.ndumas.com/ndumas/smart-commit:latest .
- docker push code.ndumas.com/ndumas/smart-commit:latest
2 years ago
volumes:
- name: docksock
path: /var/run/docker.sock
volumes:
- name: docksock
host:
path: /var/run/docker.sock