mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
remove login from compile
This commit is contained in:
27
.github/workflows/compile.yml
vendored
27
.github/workflows/compile.yml
vendored
@@ -69,34 +69,9 @@ jobs:
|
|||||||
name: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}
|
name: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
path: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
|
path: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
|
||||||
|
|
||||||
login:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: depot/setup-action@v1
|
|
||||||
with:
|
|
||||||
oidc: true
|
|
||||||
- run: |
|
|
||||||
cp pnpm-lock.yaml pnpm-workspace.yaml turbo.json .npmrc package.json login/
|
|
||||||
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 --file docker-bake.hcl --file apps/login-test-acceptance/docker-compose.yaml
|
|
||||||
DEPOT_PROJECT_ID: w47wkxzdtw
|
|
||||||
NODE_VERSION: ${{ inputs.node_version }}
|
|
||||||
- name: move files
|
|
||||||
run: |
|
|
||||||
cp login/LICENSE login/apps/login/standalone/
|
|
||||||
cp login/README.md login/apps/login/standalone/
|
|
||||||
tar -czvf login.tar.gz -C login/apps/login/standalone .
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: login
|
|
||||||
path: login.tar.gz
|
|
||||||
|
|
||||||
checksums:
|
checksums:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [executable, login]
|
needs: [executable]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user