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:37:08 +01:00
parent 59a21c38bc
commit 0d9a70f839

View File

@ -13,10 +13,10 @@ steps:
- name: docker-build - name: docker-build
image: docker image: docker
volumes: volumes:
- source: /var/run/docker.sock - source: /var/run/docker.sock
target: /var/run/docker.sock target: /var/run/docker.sock
privileged: true
commands: commands:
- docker build -t code.anufrij.de/webplay/client:latest ./docker - docker build -t code.anufrij.de/webplay/client:latest ./docker
@ -27,8 +27,4 @@ steps:
- name: docker-publish - name: docker-publish
image: docker image: docker
volumes:
- name: docker-socket
host:
path: /var/run/docker.sock