Fixed drone tagging

This commit is contained in:
Thomas Boerger
2016-12-23 19:51:39 +01:00
parent b0c6217c4d
commit 7b67347104
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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/* ]