We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6633a96 commit 2a79d33Copy full SHA for 2a79d33
.github/workflows/reusable_build_image.yaml
@@ -93,7 +93,7 @@ jobs:
93
uses: stackabletech/actions/publish-index-manifest@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # 0.7.0
94
with:
95
image-registry-uri: oci.stackable.tech
96
- image-registry-username: robot$sdp+github-action-build
+ image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
97
image-registry-password: ${{ secrets.harbor-robot-secret }}
98
image-repository: ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
99
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}
0 commit comments