Skip to content
Commits on Source (5)
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
"local>templates/renovate-config",
"local>templates/renovate-config:security"
],
"assignees": [
"gjrtimmer"
],
"gitlabci": {
"fileMatch": [
"^templates/.*\\.ya?ml$"
],
"ignorePaths": [
"\\.gitlab-ci\\.ya?ml$"
]
},
"gitlabci-include": {
"fileMatch": [
"^templates/.*\\.ya?ml$"
],
"ignorePaths": [
"\\.gitlab-ci\\.ya?ml$"
]
}
}
\ No newline at end of file
......@@ -115,7 +115,7 @@ docker:$[[ inputs.name ]]:
$( [[ "$[[ inputs.pull ]]" == "true" ]] && echo "--pull" )
$( [[ "$[[ inputs.push ]]" == "true" ]] && echo "--push" )
--provenance=false
--platform=linux/armv7
--platform=linux/arm/v7
--build-arg=VCS_REF="$CI_COMMIT_SHORT_SHA"
--build-arg=BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"`
--build-arg=CI_PROJECT_NAME=$CI_PROJECT_NAME
......