Skip to content

Commit 880fa7a

Browse files
committed
fix: revert to working docker-slim config
1 parent ef12a9c commit 880fa7a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/docker-publish.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ jobs:
6767
--include-shell \
6868
--include-exe=python3,python3.10,espeak-ng \
6969
--exclude-mounts=false \
70-
--expose=8880 \
71-
--http-probe=true \
72-
--http-probe-ports=8880
70+
--http-probe=false
7371
7472
# Push GPU versions
7573
- name: Push GPU Docker images
@@ -106,9 +104,7 @@ jobs:
106104
--include-shell \
107105
--include-exe=python3,python3.10,espeak-ng \
108106
--exclude-mounts=false \
109-
--expose=8880 \
110-
--http-probe=true \
111-
--http-probe-ports=8880
107+
--http-probe=false
112108
113109
# Push CPU versions
114110
- name: Push CPU Docker images

0 commit comments

Comments
 (0)