changed branch name and add volume lines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gyorgy Berenyi
2023-12-08 09:45:17 +00:00
parent a04161efc6
commit 054731d01e

View File

@@ -2,8 +2,7 @@ kind: pipeline
name: default name: default
trigger: trigger:
branch: branch:
- main - master
event: event:
- push - push
workspace: workspace:
@@ -23,8 +22,13 @@ steps:
when: when:
branch: branch:
- main - master
volumes: volumes:
- name: docker - name: docker
path: /var/run/docker.sock path: /var/run/docker.sock
volumes:
- name: docker
host:
path: /var/run/docker.sock