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:08:51 +01:00
committed by GitHub
parent 35f77ed72d
commit 7c18db5eff

View File

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