Merge pull request #611 from baldarn/master

fix docker version gitea
This commit is contained in:
Alexandre
2022-12-22 11:09:47 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "gitea/gitea:latest", "aarch64": "gitea/gitea:1.17.4",
"amd64": "gitea/gitea:latest" "amd64": "gitea/gitea:1.17.4"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -37,6 +37,6 @@
}, },
"slug": "gitea", "slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.17.4", "version": "1.17.4-1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }