From 6269dbea0c5c804e794459c6f05064c7a70a7f6c Mon Sep 17 00:00:00 2001 From: Andreea Lupu <58118008+Andreea-Lupu@users.noreply.github.com> Date: Wed, 10 May 2023 19:53:39 +0300 Subject: [PATCH] fix(ci-cd): trigger update-helm-chart after push-image is completed (#1435) Signed-off-by: Andreea-Lupu --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c8d0e58d..b0e2785e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -353,6 +353,7 @@ jobs: update-helm-chart: if: github.event_name == 'release' && github.event.action== 'published' + needs: push-image name: Update Helm Chart runs-on: ubuntu-latest steps: