From 3a2cd0d382b59c1f04a42eed11d4f3d69e291f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Sm=C3=A5tt?= Date: Fri, 19 Jan 2024 00:35:44 +0200 Subject: [PATCH] [#3604] Add native JDBC device registry to pushed images --- push_hono_images.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/push_hono_images.sh b/push_hono_images.sh index fdc4c59131..0135eb561d 100755 --- a/push_hono_images.sh +++ b/push_hono_images.sh @@ -35,6 +35,7 @@ NATIVE_IMAGES="hono-adapter-amqp-native \ hono-adapter-sigfox-native \ hono-service-auth-native \ hono-service-command-router-native \ + hono-service-device-registry-jdbc-native \ hono-service-device-registry-mongodb-native" ME=$(basename "$0")