Skip to content

Commit 1aa6e99

Browse files
committed
chore(drone): always pull image
1 parent 6a7a853 commit 1aa6e99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.drone/drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform:
99
steps:
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
@@ -30,7 +30,7 @@ steps:
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:
7676
steps:
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
113113
steps:
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:

0 commit comments

Comments
 (0)