mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
context
This commit is contained in:
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
@@ -76,11 +76,12 @@ jobs:
|
|||||||
- uses: depot/setup-action@v1
|
- uses: depot/setup-action@v1
|
||||||
with:
|
with:
|
||||||
oidc: true
|
oidc: true
|
||||||
- run: make -C login login_standalone_out
|
- run: |
|
||||||
|
cp pnpm-lock.yaml pnpm-workspace.yaml turbo.json .npmrc package.json login/
|
||||||
|
cd login && make login_standalone_out
|
||||||
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 --file docker-bake.hcl --file apps/login-test-acceptance/docker-compose.yaml
|
||||||
LOGIN_DIR: ../
|
|
||||||
DEPOT_PROJECT_ID: w47wkxzdtw
|
DEPOT_PROJECT_ID: w47wkxzdtw
|
||||||
NODE_VERSION: ${{ inputs.node_version }}
|
NODE_VERSION: ${{ inputs.node_version }}
|
||||||
- name: move files
|
- name: move files
|
||||||
|
Reference in New Issue
Block a user