From 08d665834c8bf823c15b4d676d9e31175b32f012 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Wed, 3 Sep 2025 16:13:26 +0900 Subject: [PATCH] Make helm chart build and publish step in publish_pipedv1_exp workflow Signed-off-by: khanhtc1202 --- .github/workflows/publish_pipedv1_exp.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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