Fix build command for drone pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mario Romero 2023-02-03 18:45:45 -03:00
parent 8209fd140f
commit c83e16a145

View File

@ -13,7 +13,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build -t git.1159.cl/mario1159/rvscc
- docker build -t git.1159.cl/mario1159/rvscc .
- docker push git.1159.cl/mario1159/rvscc:latest
volumes: