Skip to content

Commit cdd3ed9

Browse files
committed
try without using podman executable
1 parent 0b1d5d4 commit cdd3ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
231231
export DOCKER_HOST=unix:///run/user/1001/podman/podman.sock
232232
echo "DOCKER_HOST=${DOCKER_HOST}" >> $GITHUB_ENV
233-
echo "TESSERACT_DOCKER_EXECUTABLE=podman" >> $GITHUB_ENV
233+
# echo "TESSERACT_DOCKER_EXECUTABLE=podman" >> $GITHUB_ENV
234234
# Podman doesn't support --cache-from
235235
echo "TESSERACT_DOCKER_BUILD_ARGS=" >> $GITHUB_ENV
236236

0 commit comments

Comments
 (0)