RVSCC/.drone.yml
Mario Romero 6ccb8d8dc5
Some checks reported errors
continuous-integration/drone/push Build was killed
Add Drone CI pipeline
2023-02-03 15:12:15 -03:00

18 lines
321 B
YAML

kind: pipeline
name: default
steps:
- name: docker-build
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build -t git.1159.cl/mario1159/rvscc
- docker push git.1159.cl/mario1159/rvscc:latest
volumes:
- name: dockersock
host:
path: /var/run/docker.sock