diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index eebf85978a..d94bcaf116 100644 --- a/.drone.yml +++ b/.drone.yml @@ -105,6 +105,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ '${DRONE_TAG##v}' ] when: @@ -113,6 +114,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ '${DRONE_BRANCH##release/v}' ] when: @@ -121,6 +123,7 @@ pipeline: docker: image: plugins/docker + pull: true repo: gitea/gitea tags: [ 'latest' ] when: |