We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c099f92 commit d3394e3Copy full SHA for d3394e3
gitops/core.py
@@ -81,7 +81,7 @@ def bump( # noqa: C901
81
new_image_prefix = app.image_prefix
82
else:
83
new_image_prefix = prefix
84
- new_image_tag = get_latest_image(app.image_repository_name, new_image_prefix)
+ new_image_tag = get_latest_image(app.image_repository_name, new_image_prefix, app.image_repository)
85
86
new_image_tag = image_tag
87
0 commit comments