From 6fe35ac0ed6b29c5c3c5e25a4adb4f6ee746e0de Mon Sep 17 00:00:00 2001 From: remsky Date: Tue, 14 Jan 2025 07:02:21 -0700 Subject: [PATCH] fix: enable HTTP probing for FastAPI endpoints --- .github/workflows/docker-publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1f852ae..dde003f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -67,7 +67,8 @@ jobs: --include-shell \ --include-exe=python3,python3.10,espeak-ng \ --exclude-mounts=false \ - --http-probe=false + --http-probe=true \ + --http-probe-ports=8880 # Push GPU versions - name: Push GPU Docker images @@ -104,7 +105,8 @@ jobs: --include-shell \ --include-exe=python3,python3.10,espeak-ng \ --exclude-mounts=false \ - --http-probe=false + --http-probe=true \ + --http-probe-ports=8880 # Push CPU versions - name: Push CPU Docker images