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