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
@@ -43,6 +46,14 @@ steps:
4346 event :
4447 - push
4548 - tag
49+ volumes :
50+ - name : image_registries
51+ path : /etc/containers/registries.conf
52+
53+ volumes :
54+ - name : image_registries
55+ host :
56+ path : /etc/containers/registries.conf
4657
4758---
4859kind : pipeline
6778 - push
6879 - tag
6980 - pull_request
81+ volumes :
82+ - name : image_registries
83+ path : /etc/containers/registries.conf
7084
7185- name : publish
7286 image : docker.io/drycc/go-dev
@@ -86,6 +100,14 @@ steps:
86100 event :
87101 - push
88102 - tag
103+ volumes :
104+ - name : image_registries
105+ path : /etc/containers/registries.conf
106+
107+ volumes :
108+ - name : image_registries
109+ host :
110+ path : /etc/containers/registries.conf
89111
90112---
91113kind : pipeline
You can’t perform that action at this time.
0 commit comments