Fix tag generation for underlying services

This commit is contained in:
decentral1se 2021-04-02 21:26:25 +02:00
parent f289f79ec3
commit 93142ba305
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ def get_app_versions(app_path):
service_version_info = {
service: {
"image": image.split(":")[0],
"tag": tag,
"tag": image.split(":")[-1],
"digest": output.split(":")[-1][:8],
}
}

View File

@ -148,7 +148,7 @@
{
"db": {
"image": "mariadb",
"tag": "1.13.6",
"tag": "10.5",
"digest": "ab7c906b"
}
}