diff --git a/.drone.yml b/.drone.yml index 44917f8..979baa0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -345,7 +345,7 @@ platform: steps: - name: telegram pull: always - image: appleboy/drone-telegram:1.3.1 + image: appleboy/drone-telegram settings: message: "{{#success build.status}} āœ… Build #{{build.number}} of `{{repo.name}}` succeeded.\n\nšŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:\n``` {{commit.message}} ```\n\nšŸŒ {{ build.link }} {{else}} āŒ Build #{{build.number}} of `{{repo.name}}` failed.\n\nšŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:\n``` {{commit.message}} ```\n\nšŸŒ {{ build.link }} {{/success}}\n" to: diff --git a/pipeline.libsonnet b/pipeline.libsonnet index 487a596..8b50548 100644 --- a/pipeline.libsonnet +++ b/pipeline.libsonnet @@ -232,7 +232,7 @@ steps: [ { name: 'telegram', - image: 'appleboy/drone-telegram:1.3.1', + image: 'appleboy/drone-telegram', pull: 'always', settings: { to: { from_secret: 'telegram_to' },