mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 10:38:21 +00:00
Fixed drone tagging
This commit is contained in:
@@ -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/* ]
|
||||
|
Reference in New Issue
Block a user