From 654806211e8bdf1ef83bdfc63e238d7ed06e15a6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 4 Jan 2024 13:22:27 +0100 Subject: [PATCH] fix(ci): use working image for crowdin update step --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1447b6bd7..b5917ce03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -486,7 +486,7 @@ trigger: steps: - name: download pull: always - image: ghcr.io/lcomrade/drone-crowdin-v2 + image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest settings: crowdin_key: from_secret: crowdin_key @@ -513,14 +513,14 @@ steps: author_name: Frederick [Bot] branch: main commit: true - commit_message: "[skip ci] Updated translations via Crowdin" + commit_message: "chore(i18n): update translations via Crowdin" remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git" ssh_key: from_secret: git_push_ssh_key - name: upload pull: always - image: ghcr.io/lcomrade/drone-crowdin-v2 + image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest depends_on: - clone settings: @@ -532,6 +532,6 @@ steps: src/i18n/lang/en.json: en.json --- kind: signature -hmac: 2d39d1c93e83aae7101a3f8c2607542c1ed0a33fa723a91d12c17dcca4cefafc +hmac: 1b78e92ee8a9aa94df14c35ea544abc0bec991ec59465c328a6aaa6cea4430b3 ...