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:02:17 +01:00
committed by GitHub
parent 0dbc251a06
commit d42f6c94f5
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
if echo ${container} | grep 'tccr'; then if echo ${container} | grep 'tccr'; then
container="https://github.com/truecharts/containers/tree/master/mirror/" container="https://github.com/truecharts/containers/tree/master/mirror/"
prefix="" prefix=""
if echo ${container} | grep 'lscr'; then elif echo ${container} | grep 'lscr'; then
container="https://fleet.linuxserver.io/" container="https://fleet.linuxserver.io/"
prefix="" prefix=""
fi fi