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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user