Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -110,6 +110,14 @@ jobs:
|
|||||||
elif echo ${container} | grep 'lscr'; then
|
elif echo ${container} | grep 'lscr'; then
|
||||||
container="https://fleet.linuxserver.io/"
|
container="https://fleet.linuxserver.io/"
|
||||||
prefix=""
|
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
|
fi
|
||||||
container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml"
|
container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user