mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:47:35 +00:00
head sha
This commit is contained in:
6
.github/workflows/login-container.yml
vendored
6
.github/workflows/login-container.yml
vendored
@@ -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 }}:${{ steps.short-sha.outputs.short_sha }}'
|
value: ${{ jobs.login-container.outputs.login_build_image }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
@@ -30,6 +30,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
outputs:
|
||||||
|
login_build_image: ${{ inputs.login_build_image_name }}:${{ steps.short_sha.outputs.short_sha }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Get short SHA
|
- name: Get short SHA
|
||||||
|
Reference in New Issue
Block a user