Only gather image names and fix generator
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se
2021-04-02 16:54:40 +02:00
parent 26f9e1747f
commit 8a54fa3f27
2 changed files with 9 additions and 4 deletions

View File

@ -19,14 +19,14 @@
"versions": [
{
"app": {
"image": "gitea/gitea:1.13.6",
"image": "gitea/gitea",
"tag": "1.13.6",
"digest": "1d90f984"
}
},
{
"db": {
"image": "mariadb:10.5",
"image": "mariadb",
"tag": "1.13.6",
"digest": "ab7c906b"
}