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