From 128b7fbbcfa1456cd2ca5e25a4c4fa4bbc0b757f Mon Sep 17 00:00:00 2001 From: hungran <26101787+hungran@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:48:37 +0700 Subject: [PATCH] fix: exclude pipecd image to gcr.io as we won't need, basis only helloworld, launcher, piped need gcr.io Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> --- .github/workflows/publish_image_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image_chart.yaml b/.github/workflows/publish_image_chart.yaml index cb356c5f4b..74368866d2 100644 --- a/.github/workflows/publish_image_chart.yaml +++ b/.github/workflows/publish_image_chart.yaml @@ -51,7 +51,7 @@ jobs: exclude: - image: launcher-okd container_registry: gcr.io/pipecd - - image: piped + - image: pipecd container_registry: gcr.io/pipecd - image: piped-okd container_registry: gcr.io/pipecd