diff --git a/.github/workflows/publish_pipedv1_exp.yaml b/.github/workflows/publish_pipedv1_exp.yaml index 1d9fb75a43..44b5a2679b 100644 --- a/.github/workflows/publish_pipedv1_exp.yaml +++ b/.github/workflows/publish_pipedv1_exp.yaml @@ -98,6 +98,17 @@ jobs: cache-from: type=registry,ref=${{ matrix.container_registry }}/pipedv1-exp:latest cache-to: type=inline + image_chart: + runs-on: ubuntu-24.04 + needs: container_image + permissions: + contents: read + packages: write + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 + # Building and pushing Helm charts. - name: Install helm uses: azure/setup-helm@v4