11kind : pipeline
2- type : docker
2+ type : exec
33name : linux-amd64
44
55platform :
@@ -8,8 +8,6 @@ platform:
88
99steps :
1010- name : test
11- image : docker.io/drycc/go-dev
12- privileged : true
1311 commands :
1412 - make test
1513 environment :
@@ -24,13 +22,8 @@ steps:
2422 - push
2523 - tag
2624 - pull_request
27- volumes :
28- - name : image_registries
29- path : /etc/containers/registries.conf
3025
3126- name : publish
32- image : docker.io/drycc/go-dev
33- privileged : true
3427 commands :
3528 - make build
3629 - echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
@@ -47,18 +40,10 @@ steps:
4740 event :
4841 - push
4942 - tag
50- volumes :
51- - name : image_registries
52- path : /etc/containers/registries.conf
53-
54- volumes :
55- - name : image_registries
56- host :
57- path : /etc/containers/registries.conf
5843
5944---
6045kind : pipeline
61- type : docker
46+ type : exec
6247name : linux-arm64
6348
6449platform :
@@ -67,8 +52,6 @@ platform:
6752
6853steps :
6954- name : test
70- image : docker.io/drycc/go-dev
71- privileged : true
7255 commands :
7356 - make test
7457 environment :
@@ -79,13 +62,8 @@ steps:
7962 - push
8063 - tag
8164 - pull_request
82- volumes :
83- - name : image_registries
84- path : /etc/containers/registries.conf
8565
8666- name : publish
87- image : docker.io/drycc/go-dev
88- privileged : true
8967 commands :
9068 - make build
9169 - echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
@@ -102,14 +80,6 @@ steps:
10280 event :
10381 - push
10482 - tag
105- volumes :
106- - name : image_registries
107- path : /etc/containers/registries.conf
108-
109- volumes :
110- - name : image_registries
111- host :
112- path : /etc/containers/registries.conf
11383
11484---
11585kind : pipeline
@@ -124,10 +94,6 @@ steps:
12494 environment :
12595 DRYCC_REGISTRY :
12696 from_secret : drycc_registry
127- when :
128- event :
129- - push
130- - tag
13197
13298- name : publish
13399 image : plugins/manifest
@@ -140,10 +106,11 @@ steps:
140106 environment :
141107 DEV_REGISTRY :
142108 from_secret : dev_registry
143- when :
144- event :
145- - push
146- - tag
109+
110+ trigger :
111+ event :
112+ - push
113+ - tag
147114
148115depends_on :
149116- linux-amd64
0 commit comments