mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
d8ca23519b
- Refactor Dockerfile to use a base image so that we can reuse the cache for the standard image and not just the base image. - Simplify the cd workflow to take into account the Production environment only for latest images.
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "simple",
|
|
"extra-files": [
|
|
"action.yml",
|
|
"README.md",
|
|
"slim/action.yml"
|
|
]
|
|
}
|
|
}
|
|
}
|