Skip to content

Commit 84362c9

Browse files
author
Matthew Fisher
committed
fix(controller): update mock registry
1 parent bf7b223 commit 84362c9

2 files changed

Lines changed: 1 addition & 56 deletions

File tree

controller/registry/docker.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

controller/registry/mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
def publish_release(repository_path, config, tag, source_tag='latest'):
2+
def publish_release(src_image, src_tag, config, target_image, target_tag):
33
"""
44
Publish a new release as a Docker image
55

0 commit comments

Comments
 (0)