File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 product-name : spark-connect-client
3333 sdp-version : ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
34+ image-namespace : stackable
Original file line number Diff line number Diff line change 77 sdp-version :
88 required : true
99 type : string
10+ image-namespace :
11+ type : string
12+ default : " sdp"
1013 secrets :
1114 harbor-robot-secret :
1215 description : The secret for the Harbor robot user used to push images and manifest
6669 image-registry-uri : oci.stackable.tech
6770 image-registry-username : robot$sdp+github-action-build
6871 image-registry-password : ${{ secrets.harbor-robot-secret }}
69- image-repository : sdp /${{ inputs.product-name }}
72+ image-repository : ${{ inputs.image-namespace }} /${{ inputs.product-name }}
7073 image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
7174 source-image-uri : localhost/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
7275
9295 image-registry-uri : oci.stackable.tech
9396 image-registry-username : robot$sdp+github-action-build
9497 image-registry-password : ${{ secrets.harbor-robot-secret }}
95- image-repository : sdp /${{ inputs.product-name }}
98+ image-repository : ${{ inputs.image-namespace }} /${{ inputs.product-name }}
9699 image-index-manifest-tag : ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}
97100
98101 notify :
You can’t perform that action at this time.
0 commit comments