Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(controller): update mock registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jun 27, 2014
1 parent 080ae9e commit 8d4a1a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
55 changes: 0 additions & 55 deletions controller/registry/docker.py

This file was deleted.

2 changes: 1 addition & 1 deletion controller/registry/mock.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

def publish_release(repository_path, config, tag, source_tag='latest'):
def publish_release(src_image, src_tag, config, target_image, target_tag):
"""
Publish a new release as a Docker image
Expand Down

0 comments on commit 8d4a1a4

Please sign in to comment.