From 25f90e9c93f25929637bc8acf78c81fe0286cd28 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Mon, 24 Nov 2025 14:12:39 +0700 Subject: [PATCH] Workflow: again, once again, just use curl Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- .gitea/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 6cd2477..226e6d9 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -10,5 +10,5 @@ jobs: uses: actions/checkout@v4 - name: Test pinging host.docker.internal run: | - ping host.docker.internal + curl -X POST host.docker.internal \ No newline at end of file