Skip to content

Commit dbd54dd

Browse files
committed
chore(drone): always pull image
1 parent 933b1f0 commit dbd54dd

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 docker-build test
@@ -28,7 +28,7 @@ steps:
2828

2929
- name: publish
3030
image: docker.io/drycc/go-dev
31-
pull: if-not-exists
31+
pull: always
3232
privileged: true
3333
commands:
3434
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
@@ -74,7 +74,7 @@ platform:
7474
steps:
7575
- name: publish
7676
image: docker.io/drycc/go-dev
77-
pull: if-not-exists
77+
pull: always
7878
privileged: true
7979
commands:
8080
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
@@ -111,7 +111,7 @@ name: manifest
111111
steps:
112112
- name: generate manifest
113113
image: docker.io/library/alpine
114-
pull: if-not-exists
114+
pull: always
115115
commands:
116116
- sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
117117
environment:

0 commit comments

Comments
 (0)