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 e1f8efb commit 521de4eCopy full SHA for 521de4e
1 file changed
.github/workflows/build.yaml
@@ -192,8 +192,8 @@ jobs:
192
uses: stackabletech/actions/publish-helm-chart@29bea1b451c0c2e994bd495969286f95bf49ed6a # TODO: Use released action
193
with:
194
chart-registry-uri: oci.stackable.tech
195
- chart-registry-username: robot$sdp+github-action-build
196
- 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 }}
197
chart-repository: sdp-charts
198
chart-directory: deploy/helm/${{ env.OPERATOR_NAME }}
199
chart-version: ${{ needs.build-container-image.outputs.operator-version }}
0 commit comments