File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - push
2525 - tag
2626 - pull_request
27+ volumes :
28+ - name : image_registries
29+ path : /etc/containers/registries.conf
2730
2831- name : publish
2932 image : docker.io/drycc/go-dev
@@ -46,13 +49,21 @@ steps:
4649 event :
4750 - push
4851 - tag
52+ volumes :
53+ - name : image_registries
54+ path : /etc/containers/registries.conf
4955
5056trigger :
5157 event :
5258 - push
5359 - tag
5460 - pull_request
5561
62+ volumes :
63+ - name : image_registries
64+ host :
65+ path : /etc/containers/registries.conf
66+
5667---
5768kind : pipeline
5869type : docker
@@ -80,12 +91,20 @@ steps:
8091 from_secret : docker_username
8192 DOCKER_PASSWORD :
8293 from_secret : docker_password
94+ volumes :
95+ - name : image_registries
96+ path : /etc/containers/registries.conf
8397
8498trigger :
8599 event :
86100 - push
87101 - tag
88102
103+ volumes :
104+ - name : image_registries
105+ host :
106+ path : /etc/containers/registries.conf
107+
89108---
90109kind : pipeline
91110type : docker
You can’t perform that action at this time.
0 commit comments