Skip to content

Commit

Permalink
fix: specify docker socket as unix:///
Browse files Browse the repository at this point in the history
  • Loading branch information
genisd committed Nov 9, 2023
1 parent f7cd2c5 commit 782b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function split_csv() {
ALL_IMAGE_TAG=()

if [ -z "$INPUT_SOCKET" ]; then
export DOCKER_HOST="/var/run/docker/docker.sock";
export DOCKER_HOST="unix:///var/run/docker/docker.sock";
else
export DOCKER_HOST=$INPUT_SOCKET;
fi
Expand Down

0 comments on commit 782b72c

Please sign in to comment.