File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - push
2323 - tag
2424 - pull_request
25+ volumes :
26+ - name : image_registries
27+ path : /etc/containers/registries.conf
2528
2629- name : codecov
2730 image : docker.io/drycc/go-dev
@@ -56,13 +59,21 @@ steps:
5659 event :
5760 - push
5861 - tag
62+ volumes :
63+ - name : image_registries
64+ path : /etc/containers/registries.conf
5965
6066trigger :
6167 event :
6268 - push
6369 - tag
6470 - pull_request
6571
72+ volumes :
73+ - name : image_registries
74+ host :
75+ path : /etc/containers/registries.conf
76+
6677---
6778kind : pipeline
6879type : docker
@@ -90,12 +101,20 @@ steps:
90101 from_secret : docker_username
91102 DOCKER_PASSWORD :
92103 from_secret : docker_password
104+ volumes :
105+ - name : image_registries
106+ path : /etc/containers/registries.conf
93107
94108trigger :
95109 event :
96110 - push
97111 - tag
98112
113+ volumes :
114+ - name : image_registries
115+ host :
116+ path : /etc/containers/registries.conf
117+
99118---
100119kind : pipeline
101120type : docker
You can’t perform that action at this time.
0 commit comments