From 125e28decf06be22b4b5beea9b1278e0ef6e917c Mon Sep 17 00:00:00 2001 From: Tony White Date: Thu, 25 Jan 2024 10:17:19 -1000 Subject: [PATCH] change type to tool --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ea04da..85d8d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ LABEL company='{\ "name": "Blue Robotics",\ "email": "support@bluerobotics.com"\ }' -LABEL type="example" +LABEL type="tool" ARG REPO ARG OWNER LABEL readme='https://raw.githubusercontent.com/vshie/pingSurvey/{tag}/README.md'