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