diff --git a/.drone.yml b/.drone.yml index 8265069..f754cee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -345,7 +345,7 @@ platform: steps: - name: telegram pull: always - image: appleboy/drone-telegram + image: appleboy/drone-telegram:linux-amd64 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\n timecost: {{since build.started}}\n" to: diff --git a/pipeline.libsonnet b/pipeline.libsonnet index 4918e5e..90f443b 100644 --- a/pipeline.libsonnet +++ b/pipeline.libsonnet @@ -232,7 +232,7 @@ steps: [ { name: 'telegram', - image: 'appleboy/drone-telegram', + image: 'appleboy/drone-telegram:linux-amd64', pull: 'always', settings: { to: { from_secret: 'telegram_to' },