We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef12a9c commit 880fa7aCopy full SHA for 880fa7a
.github/workflows/docker-publish.yml
@@ -67,9 +67,7 @@ jobs:
67
--include-shell \
68
--include-exe=python3,python3.10,espeak-ng \
69
--exclude-mounts=false \
70
- --expose=8880 \
71
- --http-probe=true \
72
- --http-probe-ports=8880
+ --http-probe=false
73
74
# Push GPU versions
75
- name: Push GPU Docker images
@@ -106,9 +104,7 @@ jobs:
106
104
107
105
108
109
110
111
112
113
# Push CPU versions
114
- name: Push CPU Docker images
0 commit comments