diff --git a/Dockerfile b/Dockerfile
index fbd3560..13228b7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Upload proxy for the data fe
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
-PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%"
+PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%"
RUN zypper -n install \
containerized-data-importer-uploadproxy \
diff --git a/_service b/_service
index d7aeb8e..ec11f10 100644
--- a/_service
+++ b/_service
@@ -5,6 +5,7 @@
Dockerfile
PKG_VERSION
PKG_RELEASE
+ REGISTRY
TAGPREFIX
LABELPREFIX
pkg=containerized-data-importer-uploadproxy source /usr/lib/obs/service/cdi_containers_meta
diff --git a/cdi-uploadproxy-container.changes b/cdi-uploadproxy-container.changes
index 0409a1e..d8991c7 100644
--- a/cdi-uploadproxy-container.changes
+++ b/cdi-uploadproxy-container.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Jun 4 12:20:49 UTC 2021 - Fabian Vogt
+
+- Include the registry in org.opensuse.reference
+
-------------------------------------------------------------------
Wed Apr 28 16:33:58 UTC 2021 - Vasily Ulyanov