login context

This commit is contained in:
Max Peintner
2025-07-14 11:44:43 +02:00
parent ff1a620e89
commit 074f9595aa

View File

@@ -76,11 +76,10 @@ jobs:
- uses: depot/setup-action@v1 - uses: depot/setup-action@v1
with: with:
oidc: true oidc: true
- run: make login_standalone_out - run: cd login && make login_standalone_out
working-directory: login
env: env:
# latest if branch is main, otherwise image version which is the pull request number # 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 DEPOT_PROJECT_ID: w47wkxzdtw
NODE_VERSION: ${{ inputs.node_version }} NODE_VERSION: ${{ inputs.node_version }}
- name: move files - name: move files