Skip to content

Commit 523aa1b

Browse files
committed
wip5
1 parent 6a22248 commit 523aa1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
-e JAVA_HOME=/usr/lib/jvm/java-openjdk \
121121
-v ${PWD}:/workspace \
122122
-w /workspace \
123-
${IMAGE_TAG} tail -f /dev/null
123+
--entrypoint /bin/bash \
124+
${IMAGE_TAG} -c "tail -f /dev/null"
124125
125126
# Check if container is running
126127
docker ps

0 commit comments

Comments
 (0)