update the deploy script
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Failing after 1m2s
Backend EC - Modal Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-18 22:59:01 +07:00
parent ccb5d4c82d
commit 0988d870f5

View File

@@ -23,7 +23,7 @@ import os
from pathlib import Path
import subprocess
import boto3
import modal
# =============================================================================
@@ -118,6 +118,7 @@ def build_and_push(
Returns:
Dict with image reference and build status
"""
import boto3
full_image = f"{registry}/{image_name}:{tag}"
print(f"Building {full_image} for {platform}")