diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 98ee854370..8f54e18b69 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -76,11 +76,10 @@ jobs: - uses: depot/setup-action@v1 with: oidc: true - - run: make login_standalone_out - working-directory: login + - run: cd login && make login_standalone_out env: # latest if branch is main, otherwise image version which is the pull request number - LOGIN_BAKE_CLI: depot bake + LOGIN_BAKE_CLI: depot bake --set login-*.context=./login/ DEPOT_PROJECT_ID: w47wkxzdtw NODE_VERSION: ${{ inputs.node_version }} - name: move files