summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
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/* ]