Skip to content

Commit b3e1568

Browse files
author
Matthew Fisher
committed
fix(controller): update mock registry
1 parent a5406c5 commit b3e1568

2 files changed

Lines changed: 1 addition & 56 deletions

File tree

registry/docker.py

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

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)