Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
35f77ed72d
commit
7c18db5eff
8
.github/workflows/daily.yaml
vendored
8
.github/workflows/daily.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user