pnpm lock context

This commit is contained in:
Max Peintner
2025-07-15 10:52:12 +02:00
parent 585b4c1d69
commit 6154a3cee9
2 changed files with 32995 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
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
required: true
node_version:
@@ -12,8 +12,8 @@ on:
type: string
outputs:
login_build_image:
description: 'The full image tag of the standalone login image'
value: '${{ inputs.login_build_image_name }}:${{ github.sha }}'
description: "The full image tag of the standalone login image"
value: "${{ inputs.login_build_image_name }}:${{ github.sha }}"
permissions:
packages: write
@@ -52,6 +52,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Copy pnpm-lock.yaml to login directory
run: cp pnpm-lock.yaml login/
- name: Bake login multi-arch
uses: depot/bake-action@v1
env:

32990
login/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff