Fix tag generation for underlying services
This commit is contained in:
parent
f289f79ec3
commit
93142ba305
@ -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],
|
||||
}
|
||||
}
|
||||
|
@ -148,7 +148,7 @@
|
||||
{
|
||||
"db": {
|
||||
"image": "mariadb",
|
||||
"tag": "1.13.6",
|
||||
"tag": "10.5",
|
||||
"digest": "ab7c906b"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user