This commit is contained in:
Elio Bischof
2025-07-29 21:58:10 +02:00
parent 7d9776f7a4
commit a6b3684016

View File

@@ -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 }}:${{ steps.short-sha.outputs.short_sha }}'
description: 'The full image tag of the standalone login image'
value: ${{ jobs.login-container.outputs.login_build_image }}
permissions:
packages: write
@@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
outputs:
login_build_image: ${{ inputs.login_build_image_name }}:${{ steps.short_sha.outputs.short_sha }}
steps:
- uses: actions/checkout@v4
- name: Get short SHA