Skip to content

Commit b7565da

Browse files
committed
Use updated action
1 parent c053ffc commit b7565da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ jobs:
281281
submodules: recursive
282282

283283
- name: Package, Publish, and Sign Helm Chart
284-
uses: stackabletech/actions/publish-helm-chart@c89b063ca062b7ccc52cdb300aa221f34d4bf8bc # TODO: Use released version
284+
uses: stackabletech/actions/publish-helm-chart@0030b0c102b79d50bc25e4eb86810754504487c2 # TODO: Use released version
285285
with:
286286
chart-registry-uri: oci.stackable.tech
287287
chart-registry-username: robot$sdp+github-action-build
288288
chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
289-
chart-repository: sdp-charts/${{ needs.build-image.outputs.operator-name }}
289+
chart-repository: sdp-charts
290290
chart-directory: deploy/helm/${{ needs.build-image.outputs.operator-name }}
291291
chart-version: ${{ needs.build-image.outputs.operator-version }}
292292
app-version: ${{ needs.build-image.outputs.operator-version }}

0 commit comments

Comments
 (0)