drone docker
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Artem Anufrij 2023-02-13 23:21:57 +01:00
parent 03d1130570
commit e197e18174

View File

@ -14,9 +14,7 @@ steps:
- name: docker-build - name: docker-build
image: docker image: docker
privileged: true privileged: true
volumes: - /var/run/docker.sock:/var/run/docker.sock
- name: docker-socket
path: /var/run/docker.sock
commands: commands:
- docker build -t code.anufrij.de/webplay/client:latest ./docker - docker build -t code.anufrij.de/webplay/client:latest ./docker