fix branch in ci
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ pipeline:
|
||||
image: plugins/docker
|
||||
repo: umputun/remark
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tags: ${DRONE_REPO_BRANCH/\//-}
|
||||
tags:
|
||||
- ${DRONE_COMMIT_BRANCH/\//-}
|
||||
|
||||
deploy:
|
||||
image: appleboy/drone-ssh
|
||||
|
||||
Reference in New Issue
Block a user