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 - make test docker-build-test upload-coverage
3030
3131- name : publish
3232 image : docker.io/drycc/go-dev
33- pull : if-not-exists
33+ pull : always
3434 privileged : true
3535 commands :
3636 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -76,7 +76,7 @@ platform:
7676steps :
7777- name : publish
7878 image : docker.io/drycc/go-dev
79- pull : if-not-exists
79+ pull : always
8080 privileged : true
8181 commands :
8282 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -113,7 +113,7 @@ name: manifest
113113steps :
114114- name : generate manifest
115115 image : docker.io/library/alpine
116- pull : if-not-exists
116+ pull : always
117117 commands :
118118 - sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
119119 environment :
You can’t perform that action at this time.
0 commit comments