We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71fad2 commit 60d9404Copy full SHA for 60d9404
.drone.yml
@@ -105,6 +105,7 @@ pipeline:
105
106
docker:
107
image: plugins/docker
108
+ pull: true
109
repo: gitea/gitea
110
tags: [ '${DRONE_TAG##v}' ]
111
when:
@@ -113,6 +114,7 @@ pipeline:
113
114
115
116
117
118
119
tags: [ '${DRONE_BRANCH##release/v}' ]
120
@@ -121,6 +123,7 @@ pipeline:
121
123
122
124
125
126
127
128
tags: [ 'latest' ]
129
0 commit comments