- fix argument order
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
oonyeje 2023-12-01 12:08:27 -05:00
parent 904ab088a1
commit 85bcd0423c

View File

@ -9,7 +9,7 @@ steps:
- name: docker_sock - name: docker_sock
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker-compose build -f ./docker-compose.drone.yaml - docker-compose -f ./docker-compose.drone.yaml build
- name: push-image - name: push-image
image: plugins/docker:latest image: plugins/docker:latest
settings: settings: