fix(ci): remove docker socket volume
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-07-26 17:15:43 +02:00
parent 2ccf887284
commit 69c82b4d71
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 0 additions and 24 deletions

View File

@ -70,9 +70,6 @@ steps:
password:
from_secret: container_image_registry_password
no_cache: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: email-notification
environment:
@ -102,11 +99,6 @@ trigger:
repo:
- volker.raschek/bind9-docker
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
@ -132,9 +124,6 @@ steps:
password:
from_secret: container_image_registry_password
no_cache: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: email-notification
environment:
@ -163,11 +152,6 @@ trigger:
repo:
- volker.raschek/bind9-docker
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
---
kind: pipeline
type: kubernetes
@ -245,9 +229,6 @@ steps:
password:
from_secret: container_image_registry_password
no_cache: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: email-notification
environment:
@ -273,11 +254,6 @@ trigger:
repo:
- volker.raschek/bind9-docker
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
---
kind: pipeline
type: kubernetes