diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-12-23 19:51:39 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-12-23 19:51:39 +0100 |
commit | 7b67347104629872d4410a61ce8f78eebae40131 (patch) | |
tree | a6e59c6e36aaaf75040b9b54d0867f93b6ca22c2 /.drone.yml | |
parent | b0c6217c4ddd69cafbaef13663e917b7b16e6ccc (diff) | |
download | gitea-7b67347104629872d4410a61ce8f78eebae40131.tar.gz gitea-7b67347104629872d4410a61ce8f78eebae40131.zip |
Fixed drone tagging
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index a9feb60a55..dfa961d24e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ pipeline: docker: image: plugins/docker repo: gitea/gitea - tags: [ '${TAG}' ] + tags: [ '${DRONE_TAG}' ] when: event: [ tag ] branch: [ refs/tags/* ] @@ -95,7 +95,7 @@ pipeline: path_style: true strip_prefix: dist/release/ source: dist/release/* - target: /gitea/$$TAG + target: /gitea/${DRONE_TAG} when: event: [ tag ] branch: [ refs/tags/* ] |