Fixed drone tagging

This commit is contained in:
Thomas Boerger 2016-12-23 19:51:39 +01:00
parent b0c6217c4d
commit 7b67347104
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 3 additions and 3 deletions

@ -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/* ]

File diff suppressed because one or more lines are too long