From 3172cf355d8c6ddebb774b9db03c3bbec594adf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 8 Aug 2023 00:24:07 +0200 Subject: [PATCH] Attempt at fixing the build context --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd65f84..07c4693 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: password: from_secret: password repo: thilawyn/protonmail-bridge-docker - dockerfile: Dockerfile - context: ./build + dockerfile: build/Dockerfile + context: build autotag: true compress: true platform: linux/amd64