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