Skip to content

Commit

Permalink
add missing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Oct 4, 2024
1 parent fdce082 commit b17f5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cmd="exit 1"
for ct in {0..9}
do
OK=$(curl -Ss -o /dev/null -w "%{http_code}" || true)
OK=$(curl -Ss -o /dev/null -w "%{http_code}" http://localhost:2442 || true)
if [ ${OK} -ne 200 ]; then
sleep 1
else
Expand Down

0 comments on commit b17f5fb

Please sign in to comment.