update repo variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
3ef45379c4
commit
5be69ef6f3
@ -44,7 +44,7 @@ pipeline:
|
||||
pull: true
|
||||
secrets: [ docker_username, docker_password ]
|
||||
default_tags: true
|
||||
repo: appleboy/drone-telegram
|
||||
repo: ${DRONE_REPO}
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
local: false
|
||||
@ -57,7 +57,7 @@ pipeline:
|
||||
secrets: [ docker_username, docker_password ]
|
||||
default_tags: true
|
||||
default_suffix: alpine
|
||||
repo: appleboy/drone-telegram
|
||||
repo: ${DRONE_REPO}
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
local: false
|
||||
|
Loading…
Reference in New Issue
Block a user