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:25:17 +02:00
parent 718dd43565
commit 408d473757
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 30 deletions

View File

@ -49,6 +49,9 @@ kind: pipeline
type: docker
name: dry-run-amd64
depends_on:
- linter
platform:
os: linux
arch: amd64
@ -67,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:
@ -89,14 +89,6 @@ steps:
- changed
- failure
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
depends_on:
- linter
trigger:
branch:
exclude:
@ -129,9 +121,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:
@ -151,11 +140,6 @@ steps:
- changed
- failure
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
depends_on:
- linter
@ -173,6 +157,9 @@ kind: pipeline
type: kubernetes
name: latest-manifest
depends_on:
- latest-amd64
steps:
- name: build-manifest
image: docker.io/plugins/manifest:latest
@ -211,9 +198,6 @@ steps:
- changed
- failure
depends_on:
- latest-amd64
trigger:
branch:
- master
@ -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:
@ -267,11 +248,6 @@ steps:
- changed
- failure
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
trigger:
event:
- tag