From a6b368401656a736643cd721853a2f136a9ddfd8 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 29 Jul 2025 21:58:10 +0200 Subject: [PATCH] head sha --- .github/workflows/login-container.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/login-container.yml b/.github/workflows/login-container.yml index 8c924345f1..0ff492c4b8 100644 --- a/.github/workflows/login-container.yml +++ b/.github/workflows/login-container.yml @@ -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