GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-05 00:01:35 +00:00
parent 1253b1d062
commit 3db7377021
2 changed files with 10 additions and 15 deletions

View File

@@ -1,11 +1,17 @@
## 2.31.3 (05-07-2025) ## 2.31.3 (05-07-2025)
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
## 2.31.2-6 (03-07-2025) ## 2.31.2-6 (03-07-2025)
- Minor bugs fixed - Minor bugs fixed
## 2.31.2-5 (29-06-2025) ## 2.31.2-5 (29-06-2025)
- Minor bugs fixed - Minor bugs fixed
## 2.31.2-4 (28-06-2025) ## 2.31.2-4 (28-06-2025)
- Improved nginx fix @lmagyar - Improved nginx fix @lmagyar
## 2.31.2-2 (28-06-2025) ## 2.31.2-2 (28-06-2025)

View File

@@ -1,13 +1,6 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64", "backup_exclude": ["backups", "docker_config/cli-plugins"],
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Manage your Docker environment with ease", "description": "Manage your Docker environment with ease",
"docker_api": true, "docker_api": true,
@@ -17,11 +10,7 @@
"ingress_port": 1337, "ingress_port": 1337,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": [ "map": ["addon_config:rw", "share:rw", "ssl"],
"addon_config:rw",
"share:rw",
"ssl"
],
"name": "Portainer", "name": "Portainer",
"options": { "options": {
"certfile": "fullchain.pem", "certfile": "fullchain.pem",