mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:27:33 +00:00
pnpm lock context
This commit is contained in:
8
.github/workflows/login-container.yml
vendored
8
.github/workflows/login-container.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
login_build_image_name:
|
login_build_image_name:
|
||||||
description: 'The image repository name of the standalone login image'
|
description: "The image repository name of the standalone login image"
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
node_version:
|
node_version:
|
||||||
@@ -12,8 +12,8 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
outputs:
|
outputs:
|
||||||
login_build_image:
|
login_build_image:
|
||||||
description: 'The full image tag of the standalone login image'
|
description: "The full image tag of the standalone login image"
|
||||||
value: '${{ inputs.login_build_image_name }}:${{ github.sha }}'
|
value: "${{ inputs.login_build_image_name }}:${{ github.sha }}"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
@@ -52,6 +52,8 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Copy pnpm-lock.yaml to login directory
|
||||||
|
run: cp pnpm-lock.yaml login/
|
||||||
- name: Bake login multi-arch
|
- name: Bake login multi-arch
|
||||||
uses: depot/bake-action@v1
|
uses: depot/bake-action@v1
|
||||||
env:
|
env:
|
||||||
|
32990
login/pnpm-lock.yaml
generated
Normal file
32990
login/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user