From be59c2c26687e3bfb2aef1ee4c19fc5edf8fc04e Mon Sep 17 00:00:00 2001
From: Your Name <j@842.be>
Date: Sun, 1 Jun 2025 20:30:01 +1200
Subject: [PATCH] 'Generic Commit'

---
 publish.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/publish.sh b/publish.sh
index 54cc8de..76ea0c8 100755
--- a/publish.sh
+++ b/publish.sh
@@ -13,10 +13,10 @@ chmod +x "${SOS}"
 
 
 # upload the dropshell-build script
-"${SOS}" upload "getbin.xyz" "dropshell-build" "${SCRIPT_DIR}/src/dropshell-build"
+"${SOS}" upload "getbin.xyz" "${SCRIPT_DIR}/src/dropshell-build" "dropshell-build:latest" 
 
 # upload the install requirements script
-"${SOS}" upload "getbin.xyz" "dropshell-build-install-requirements" "${SCRIPT_DIR}/src/dropshell-build-install-requirements"
+"${SOS}" upload "getbin.xyz" "${SCRIPT_DIR}/src/dropshell-build-install-requirements"  "dropshell-build-install-requirements:latest"
 
 
 # tag and push the dropshell-build image