fix(ci): use working image for crowdin update step

This commit is contained in:
kolaente 2024-01-04 13:22:27 +01:00
parent 09572dbe61
commit 654806211e
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -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
...