Skip to content

Commit 3dfa462

Browse files
author
Greg Bowler
committed
expose network from host to runner
1 parent 8a7a9be commit 3dfa462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ docker run --rm \
150150
--volume "${GITHUB_WORKSPACE}":/app \
151151
--volume "/tmp/composer-cache":/tmp/composer-cache \
152152
--workdir /app \
153+
--network host \
153154
--env-file <( env| cut -f1 -d= ) \
154155
${memory_limit} \
155156
${docker_tag} ${command_string}

0 commit comments

Comments
 (0)