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.
This commit is contained in:
Thomas Eizinger
2025-09-23 04:01:55 +00:00
committed by GitHub
parent 0310bafbcd
commit cf837c5087

View File

@@ -11,7 +11,7 @@ services:
init: true
build:
target: ${DOCKER_BUILD_TARGET:-debug}
context: rust
context: ../../rust
dockerfile: Dockerfile
args:
PACKAGE: firezone-relay