From 726d7e4eaa450fc311ad63cb1a01668bd454b84f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 22 Nov 2023 00:37:14 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 5a95b0a40fa..bfd585d97ea 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -124,7 +124,7 @@ jobs: # Add truechart source tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml" # Get the container image name that was parsed out of the Dockerfile for the website. - container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "") + container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "" || echo "failed-container-fetch") # Convert the container image name to a URL. if [ ! -z "$container" ]; then prefix=""