Skip to content

Commit

Permalink
fix: export docker host path before pull images
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent 9499053 commit 86958c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
done
podman info
podman system connection list
# Start pulling images
export DOCKER_HOST="unix://${SOCKET_PATH}"
podman-compose -f dev/vendor/galoy-quickstart/docker-compose.yml pull &
- name: Initialize ci deps
Expand Down

0 comments on commit 86958c2

Please sign in to comment.