From cf837c50877d5ea26e22fe6edda18f73ca1e0ad1 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 23 Sep 2025 04:01:55 +0000 Subject: [PATCH] ci: fix build context for relay container (#10426) The build context is taken relative from where the file is defined, meaning we first need to navigate to directories up. --- scripts/compose/relay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compose/relay.yml b/scripts/compose/relay.yml index 02216e665..5d5481025 100644 --- a/scripts/compose/relay.yml +++ b/scripts/compose/relay.yml @@ -11,7 +11,7 @@ services: init: true build: target: ${DOCKER_BUILD_TARGET:-debug} - context: rust + context: ../../rust dockerfile: Dockerfile args: PACKAGE: firezone-relay