From cdd4e065d4a2a5e3657052664073972f06ac77dd Mon Sep 17 00:00:00 2001 From: sh2 Date: Thu, 6 Jun 2024 04:38:49 +0800 Subject: [PATCH] chore: remove redundant `helm-package` command (#3539) remove redundant make helm-package command Signed-off-by: shawnh2 --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 2f570c2d4fe..ee41a92c24a 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -179,4 +179,4 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' # use `0.0.0` as the default latest version. # use `Always` image pull policy for latest version. - run: IMAGE_PULL_POLICY=Always OCI_REGISTRY=oci://docker.io/envoyproxy CHART_VERSION=v0.0.0-latest TAG=latest make helm-package helm-push + run: IMAGE_PULL_POLICY=Always OCI_REGISTRY=oci://docker.io/envoyproxy CHART_VERSION=v0.0.0-latest TAG=latest make helm-push