dist/kubernetes: utilize new image home in openSUSE:Tools:Images.

This commit is contained in:
Jimmy Berry 2018-11-14 16:02:04 -06:00
parent bfa1f65e5c
commit 648136ff96

View File

@ -1,4 +1,4 @@
local image = "registry.opensuse.org/home/jberry/container/container/osrt/worker-obs";
local image = "registry.opensuse.org/opensuse/tools/images/images/osrt/worker-obs";
local image_version = "latest";
local image_full = image + ':' + image_version;