Skip to content

Commit 182a990

Browse files
author
Matthew Fisher
committed
fix(controller): remove tag from source_image
the registry module will take care of that
1 parent bf6c249 commit 182a990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def new(self, user, config=None, build=None, summary=None, source_version='lates
491491
# so shell out a task to pull in the repository
492492
tasks.import_repository.delay(build.image, self.app.id).get()
493493
# update the source image to the repository we just imported
494-
source_image = '{}:{}'.format(self.app.id, 'latest')
494+
source_image = self.app.id
495495
publish_release(source_image,
496496
config.values,
497497
release_image,)

0 commit comments

Comments
 (0)