Skip to content

Commit

Permalink
Use manageiq docker hub account
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Feb 16, 2018
1 parent d30dc2b commit 7f53a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/models/miq_ui_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def container_port
end

def container_image_name
"docker.io/carbonin/manageiq-ui-worker"
"manageiq/manageiq-ui-worker"
end
end
2 changes: 1 addition & 1 deletion app/models/miq_worker/container_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def scale_deployment
end

def container_image_name
"docker.io/carbonin/manageiq-base-worker"
"manageiq/manageiq-base-worker"
end

def container_image_tag
Expand Down
2 changes: 1 addition & 1 deletion app/models/miq_worker/service_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def container_port

# Can be overriden by including classes
def container_image_name
"docker.io/carbonin/manageiq-webserver-worker"
"manageiq/manageiq-webserver-worker"
end
end
end

0 comments on commit 7f53a13

Please sign in to comment.