From d133c8b87ceab12f5789aa0907e5b0f0d14f77a0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 3 Oct 2020 10:37:35 +0800 Subject: [PATCH] chore(notification): use linux-amd64 image fixed https://github.com/appleboy/drone-telegram/issues/92 https://cloud.drone.io/appleboy/drone-telegram/143/2/4 Signed-off-by: Bo-Yi Wu --- .drone.yml | 2 +- pipeline.libsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' },