File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - push
2424 - tag
2525 - pull_request
26+ volumes :
27+ - name : image_registries
28+ path : /etc/containers/registries.conf
2629
2730- name : publish
2831 image : docker.io/drycc/go-dev
@@ -45,13 +48,21 @@ steps:
4548 event :
4649 - push
4750 - tag
51+ volumes :
52+ - name : image_registries
53+ path : /etc/containers/registries.conf
4854
4955trigger :
5056 event :
5157 - push
5258 - tag
5359 - pull_request
5460
61+ volumes :
62+ - name : image_registries
63+ host :
64+ path : /etc/containers/registries.conf
65+
5566---
5667kind : pipeline
5768type : docker
@@ -79,12 +90,20 @@ steps:
7990 from_secret : docker_username
8091 DOCKER_PASSWORD :
8192 from_secret : docker_password
93+ volumes :
94+ - name : image_registries
95+ path : /etc/containers/registries.conf
8296
8397trigger :
8498 event :
8599 - push
86100 - tag
87101
102+ volumes :
103+ - name : image_registries
104+ host :
105+ path : /etc/containers/registries.conf
106+
88107---
89108kind : pipeline
90109type : docker
You can’t perform that action at this time.
0 commit comments