Update daily.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2023-02-03 15:19:13 +01:00
committed by GitHub
parent 1cca23fcba
commit 3dd4d64d5b

View File

@@ -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