From 9c78c250ed43ce31cbd0ac574876ace4bab4247d Mon Sep 17 00:00:00 2001
From: Nicolas Giard <github@ngpixel.com>
Date: Tue, 6 Dec 2022 17:26:03 -0500
Subject: [PATCH] ci: force sandbox container labels to be string

---
 dev/deploy-to-container/cli.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deploy-to-container/cli.js b/dev/deploy-to-container/cli.js
index 41cc62c22..465c1a30e 100644
--- a/dev/deploy-to-container/cli.js
+++ b/dev/deploy-to-container/cli.js
@@ -236,9 +236,9 @@ async function main () {
       `VIRTUAL_PORT=8000`
     ],
     Labels: {
-      appversion: argv.appversion ?? '0.0.0',
-      commit: argv.commit ?? 'unknown',
-      ghrunid: argv.ghrunid ?? '0'
+      appversion: `{argv.appversion}` ?? '0.0.0',
+      commit: `${argv.commit}` ?? 'unknown',
+      ghrunid: `${argv.ghrunid}` ?? '0'
     },
     HostConfig: {
       Binds: [