Skip to content

Commit 2a79d33

Browse files
authored
fix: spark connect client Harbor credentials (#1092)
1 parent 6633a96 commit 2a79d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: stackabletech/actions/publish-index-manifest@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
9494
with:
9595
image-registry-uri: oci.stackable.tech
96-
image-registry-username: robot$sdp+github-action-build
96+
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
9797
image-registry-password: ${{ secrets.harbor-robot-secret }}
9898
image-repository: ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
9999
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}

0 commit comments

Comments
 (0)