From 8dc5c6406527e379e0f3b239b30e6cd12624a710 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 6 Jan 2025 20:15:07 +1100 Subject: [PATCH] correctling image path --- netalertx/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netalertx/build.json b/netalertx/build.json index d7cff7f7d..d3fd71ab6 100644 --- a/netalertx/build.json +++ b/netalertx/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "netalertx", - "amd64": "netalertx", - "armv7": "netalertx" + "aarch64": "jokobsk/netalertx:latest", + "amd64": "jokobsk/netalertx:latest", + "armv7": "jokobsk/netalertx:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com"