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