File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
name : Reusable Workflow
27
27
uses : ./.github/workflows/reusable_build_image.yaml
28
28
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 }}
30
30
slack-token : ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
31
31
with :
32
32
product-name : spark-connect-client
Original file line number Diff line number Diff line change 67
67
uses : stackabletech/actions/publish-image@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
68
68
with :
69
69
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
71
71
image-registry-password : ${{ secrets.harbor-robot-secret }}
72
72
image-repository : ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
73
73
image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
You can’t perform that action at this time.
0 commit comments