Vuole una sigaretta?
continuous-integration/drone/push Build is passing Details

Sta cercando di corrompermi con una sigaretta?!
Vuole il pacchetto?
This commit is contained in:
Hamcha 2022-03-25 20:56:09 +01:00
parent 2441f4612c
commit 7439793823
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 8 additions and 9 deletions

View File

@ -2,6 +2,14 @@ kind: pipeline
type: docker
name: default
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
steps:
- name: publish
image: plugins/docker
@ -24,15 +32,6 @@ steps:
- name: dockersock
path: /var/run
# Specify docker:dind as a service
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}