Skip to content

Commit 60d9404

Browse files
committed
feat: upgrade drone docker image to support multi-stage build.
1 parent d71fad2 commit 60d9404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pipeline:
105105

106106
docker:
107107
image: plugins/docker
108+
pull: true
108109
repo: gitea/gitea
109110
tags: [ '${DRONE_TAG##v}' ]
110111
when:
@@ -113,6 +114,7 @@ pipeline:
113114

114115
docker:
115116
image: plugins/docker
117+
pull: true
116118
repo: gitea/gitea
117119
tags: [ '${DRONE_BRANCH##release/v}' ]
118120
when:
@@ -121,6 +123,7 @@ pipeline:
121123

122124
docker:
123125
image: plugins/docker
126+
pull: true
124127
repo: gitea/gitea
125128
tags: [ 'latest' ]
126129
when:

0 commit comments

Comments
 (0)