fix typo in update_strategy (#1083)

This commit is contained in:
Stavros Kois
2023-04-06 15:47:46 +03:00
committed by GitHub
parent e525372353
commit 193fc134db

View File

@@ -12,8 +12,8 @@ def newer_mapping(image_tags):
return {}
return {
'tags': {key: version'},
'app_version': version',
'tags': {key: version},
'app_version': version,
}