File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 24
24
- push
25
25
- tag
26
26
- pull_request
27
+ volumes :
28
+ - name : image_registries
29
+ path : /etc/containers/registries.conf
27
30
28
31
- name : publish
29
32
image : docker.io/drycc/go-dev
@@ -46,13 +49,21 @@ steps:
46
49
event :
47
50
- push
48
51
- tag
52
+ volumes :
53
+ - name : image_registries
54
+ path : /etc/containers/registries.conf
49
55
50
56
trigger :
51
57
event :
52
58
- push
53
59
- tag
54
60
- pull_request
55
61
62
+ volumes :
63
+ - name : image_registries
64
+ host :
65
+ path : /etc/containers/registries.conf
66
+
56
67
---
57
68
kind : pipeline
58
69
type : docker
@@ -80,12 +91,20 @@ steps:
80
91
from_secret : docker_username
81
92
DOCKER_PASSWORD :
82
93
from_secret : docker_password
94
+ volumes :
95
+ - name : image_registries
96
+ path : /etc/containers/registries.conf
83
97
84
98
trigger :
85
99
event :
86
100
- push
87
101
- tag
88
102
103
+ volumes :
104
+ - name : image_registries
105
+ host :
106
+ path : /etc/containers/registries.conf
107
+
89
108
---
90
109
kind : pipeline
91
110
type : docker
You can’t perform that action at this time.
0 commit comments