From b6b8be7b24e60d367d184a087ce93c719e774457 Mon Sep 17 00:00:00 2001 From: "Khoa.vo" Date: Tue, 30 Dec 2025 21:25:54 +0700 Subject: [PATCH] fix: restore truncated logic in whisk_client.py (v4) --- push_registry.sh | 2 +- templates/index.html | 2 +- whisk_client.py | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/push_registry.sh b/push_registry.sh index fc89d47..994effe 100755 --- a/push_registry.sh +++ b/push_registry.sh @@ -3,7 +3,7 @@ # Configuration REGISTRY="git.khoavo.myds.me" IMAGE_NAME="vndangkhoa/apix" -TAG="v3" +TAG="v4" FULL_IMAGE="$REGISTRY/$IMAGE_NAME:$TAG" echo "=== Building Docker Image for Linux/AMD64 ===" diff --git a/templates/index.html b/templates/index.html index cba7248..7e372b2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@