From 7c18db5effcb59f74a02eb6b09c491cca8da6779 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 3 Feb 2023 15:08:51 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/daily.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 40ed55df512..1492ca6b5aa 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -110,6 +110,14 @@ jobs: elif echo ${container} | grep 'lscr'; then container="https://fleet.linuxserver.io/" prefix="" + elif echo ${container} | grep 'gcr'; then + prefix="https://" + elif echo ${container} | grep 'azurecr'; then + prefix="https://" + elif echo ${container} | grep 'ecr'; then + prefix="https://" + elif echo ${container} | grep 'ocir'; then + prefix="https://" fi container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml" fi