We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d29445 + 16e92ee commit 4d7700eCopy full SHA for 4d7700e
1 file changed
controller/registry/private.py
@@ -53,6 +53,8 @@ def publish_release(source, config, target):
53
# construct the new image
54
image['parent'] = image['id']
55
image['id'] = _new_id()
56
+ config['DEIS_APP'] = target_image
57
+ config['DEIS_RELEASE'] = target_tag
58
image['config']['Env'] = _construct_env(image['config']['Env'], config)
59
# update and tag the new image
60
_commit(target_image, image, _empty_tar_archive(), target_tag)
0 commit comments