File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ platform:
99steps :
1010- name : test
1111 image : docker.io/drycc/go-dev
12- pull : if-not-exists
12+ pull : always
1313 privileged : true
1414 commands :
1515 - cd grafana && make test && cd ..
2929
3030- name : publish
3131 image : docker.io/drycc/go-dev
32- pull : if-not-exists
32+ pull : always
3333 privileged : true
3434 commands :
3535 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -75,7 +75,7 @@ platform:
7575steps :
7676- name : publish
7777 image : docker.io/drycc/go-dev
78- pull : if-not-exists
78+ pull : always
7979 privileged : true
8080 commands :
8181 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -112,7 +112,7 @@ name: manifest
112112steps :
113113- name : generate grafana manifest
114114 image : docker.io/library/alpine
115- pull : if-not-exists
115+ pull : always
116116 commands :
117117 - sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
118118 - sed -i "s/monitor/grafana/g" .drone/manifest.tmpl
@@ -136,7 +136,7 @@ steps:
136136
137137- name : generate telegraf manifest
138138 image : docker.io/library/alpine
139- pull : if-not-exists
139+ pull : always
140140 commands :
141141 - sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
142142 - sed -i "s/grafana/telegraf/g" .drone/manifest.tmpl
You can’t perform that action at this time.
0 commit comments