Fix resources isues 30

This commit is contained in:
2026-01-23 05:38:43 +01:00
parent d7f263db83
commit fc565753ec
6 changed files with 182 additions and 1 deletions

View File

@@ -158,7 +158,8 @@ spec:
--build-arg="BASE_REGISTRY=$(params.base-registry)" \
--build-arg="PYTHON_IMAGE=$(params.python-image)" \
--cache=true \
--cache-repo="$(params.registry)/cache"
--cache-repo="$(params.registry)/cache" \
--cache-ttl=168h
echo "Successfully built: $(params.registry)/$service:$(params.git-revision)"
fi