update repo variable.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-12-02 16:22:32 +08:00
parent 3ef45379c4
commit 5be69ef6f3

View File

@ -44,7 +44,7 @@ pipeline:
pull: true pull: true
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
default_tags: true default_tags: true
repo: appleboy/drone-telegram repo: ${DRONE_REPO}
when: when:
event: [ push, tag ] event: [ push, tag ]
local: false local: false
@ -57,7 +57,7 @@ pipeline:
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
default_tags: true default_tags: true
default_suffix: alpine default_suffix: alpine
repo: appleboy/drone-telegram repo: ${DRONE_REPO}
when: when:
event: [ push, tag ] event: [ push, tag ]
local: false local: false