From 38b4fd3bb702ee813385170752284e4a74b5040c Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 15 May 2023 10:15:12 +0100 Subject: [PATCH] chore: update drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 596a977c..fef34972 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: TOKEN: from_secret: crowdin_token commands: + - crowdin upload -b main -T $TOKEN - crowdin pull -b main -T $TOKEN - name: Push changes image: node:current-bullseye @@ -39,7 +40,8 @@ steps: from_secret: img_token commands: - img login -u kieran -p $TOKEN git.v0l.io - - img build -t git.v0l.io/kieran/snort:latest \ + - |- + img build -t git.v0l.io/kieran/snort:latest \ --platform linux/amd64,linux/arm64 \ --cache-from "type=local,src=/docker-cache" \ --cache-to "type=local,dest=/docker-cache" \