forked from toolshed/abra
Fix tag generation for underlying services
This commit is contained in:
@ -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],
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user