aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-12-23 19:51:39 +0100
committerThomas Boerger <thomas@webhippie.de>2016-12-23 19:51:39 +0100
commit7b67347104629872d4410a61ce8f78eebae40131 (patch)
treea6e59c6e36aaaf75040b9b54d0867f93b6ca22c2 /.drone.yml
parentb0c6217c4ddd69cafbaef13663e917b7b16e6ccc (diff)
downloadgitea-7b67347104629872d4410a61ce8f78eebae40131.tar.gz
gitea-7b67347104629872d4410a61ce8f78eebae40131.zip
Fixed drone tagging
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
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/* ]