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:12:36 +01:00
parent 2b51b658ec
commit fe06378898

View File

@ -13,13 +13,18 @@ steps:
- name: docker-build - name: docker-build
image: docker image: docker
stdin_open: true
tty: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker build -t code.anufrijde/webplay/client:latest ./docker - docker build -t code.anufrij.de/webplay/client:latest ./docker
- name: docker-test - name: docker-test
image: docker image: docker
commands: commands:
- docker run code.anufrijde/webplay/client:latest npm test - docker run code.anufrij.de/webplay/client:latest npm test
- name: docker-publish - name: docker-publish
image: docker image: docker