From 59291526220db556dc9f11f240d248ef0fed7efa Mon Sep 17 00:00:00 2001 From: dervoeti Date: Mon, 5 May 2025 13:35:55 +0200 Subject: [PATCH] fix: spark connect client Harbor credentials --- .github/workflows/reusable_build_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_build_image.yaml b/.github/workflows/reusable_build_image.yaml index 6d31ba711..a16be2aa0 100644 --- a/.github/workflows/reusable_build_image.yaml +++ b/.github/workflows/reusable_build_image.yaml @@ -93,7 +93,7 @@ jobs: uses: stackabletech/actions/publish-index-manifest@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0 with: image-registry-uri: oci.stackable.tech - image-registry-username: robot$sdp+github-action-build + image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build image-registry-password: ${{ secrets.harbor-robot-secret }} image-repository: ${{ inputs.registry-namespace }}/${{ inputs.product-name }} image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}