We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7565da commit f924e90Copy full SHA for f924e90
1 file changed
.github/workflows/build.yml
@@ -284,8 +284,8 @@ jobs:
284
uses: stackabletech/actions/publish-helm-chart@0030b0c102b79d50bc25e4eb86810754504487c2 # TODO: Use released version
285
with:
286
chart-registry-uri: oci.stackable.tech
287
- chart-registry-username: robot$sdp+github-action-build
288
- chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
+ chart-registry-username: robot$sdp-charts+github-action-build
+ chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_CHARTS_GITHUB_ACTION_BUILD_SECRET }}
289
chart-repository: sdp-charts
290
chart-directory: deploy/helm/${{ needs.build-image.outputs.operator-name }}
291
chart-version: ${{ needs.build-image.outputs.operator-version }}
0 commit comments