From 9870059d64dcdda7ec658a02a27b13c7f9448848 Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Mon, 29 May 2023 12:39:00 +0200 Subject: [PATCH] Add correct context to server image build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d36e506..8e31cca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,7 @@ steps: password: from_secret: "gitea_registry_password" tags: "${DRONE_TAG}" + context: "/out/server" volumes: - name: "server" path: "/out/server"