From c64c6c15f48150ffe929d9318c9a8acbdff53a4b Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Mon, 14 Jul 2025 11:48:13 +0200 Subject: [PATCH] context --- .github/workflows/compile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8f54e18b69..2edb22475a 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -76,10 +76,11 @@ jobs: - uses: depot/setup-action@v1 with: oidc: true - - run: cd login && make login_standalone_out + - run: make -C login login_standalone_out env: # latest if branch is main, otherwise image version which is the pull request number LOGIN_BAKE_CLI: depot bake --set login-*.context=./login/ + LOGIN_DIR: ./ DEPOT_PROJECT_ID: w47wkxzdtw NODE_VERSION: ${{ inputs.node_version }} - name: move files