Skip to content

Commit 6633a96

Browse files
authored
fix: spark connect client Harbor credentials (#1088)
1 parent aed56eb commit 6633a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_spark-connect-client.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Reusable Workflow
2727
uses: ./.github/workflows/reusable_build_image.yaml
2828
secrets:
29-
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
29+
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
3030
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3131
with:
3232
product-name: spark-connect-client

.github/workflows/reusable_build_image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: stackabletech/actions/publish-image@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
6868
with:
6969
image-registry-uri: oci.stackable.tech
70-
image-registry-username: robot$sdp+github-action-build
70+
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
7171
image-registry-password: ${{ secrets.harbor-robot-secret }}
7272
image-repository: ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
7373
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}

0 commit comments

Comments
 (0)