Skip to content

Commit 9a2d189

Browse files
committed
chore(drone): always pull image
1 parent ce53b7f commit 9a2d189

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.drone/drone.yml

Lines changed: 5 additions & 5 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 bootstrap test test-cover
@@ -28,7 +28,7 @@ steps:
2828

2929
- name: codecov
3030
image: docker.io/drycc/go-dev
31-
pull: if-not-exists
31+
pull: always
3232
commands:
3333
- curl -s https://codecov.io/bash | bash
3434
environment:
@@ -40,7 +40,7 @@ steps:
4040

4141
- name: publish
4242
image: docker.io/drycc/go-dev
43-
pull: if-not-exists
43+
pull: always
4444
privileged: true
4545
commands:
4646
- echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -86,7 +86,7 @@ platform:
8686
steps:
8787
- name: publish
8888
image: docker.io/drycc/go-dev
89-
pull: if-not-exists
89+
pull: always
9090
privileged: true
9191
commands:
9292
- echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -123,7 +123,7 @@ name: manifest
123123
steps:
124124
- name: generate manifest
125125
image: docker.io/drycc/go-dev
126-
pull: if-not-exists
126+
pull: always
127127
commands:
128128
- sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
129129
environment:

0 commit comments

Comments
 (0)