mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -11,7 +11,7 @@ services:
|
||||
init: true
|
||||
build:
|
||||
target: ${DOCKER_BUILD_TARGET:-debug}
|
||||
context: rust
|
||||
context: ../../rust
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
PACKAGE: firezone-relay
|
||||
|
||||
Reference in New Issue
Block a user