From 3dd4d64d5b846854f8fefb8fc4c57d120ce91ee5 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 3 Feb 2023 15:19:13 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/daily.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 2bdf26735ad..87812d6ee8a 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -118,6 +118,10 @@ jobs: prefix="https://" elif echo ${container} | grep 'ocir'; then prefix="https://" + elif echo ${container} | grep 'https://hub.docker'; then + prefix="" + elif echo ${container} | grep 'hub.docker'; then + prefix="https://" fi container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml" fi