Feat: added volume

This commit is contained in:
2024-12-27 19:26:20 +03:00
parent b491f62169
commit d33914a0ba

View File

@@ -5,9 +5,13 @@ when:
steps:
- name: build
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -t test .
- name: deploy
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- sh run.sh