Skip to content

Commit

Permalink
Check if there is a $HOME/.docker/config.json
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 5, 2025
1 parent 82e0fbb commit 7615fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
run: |
echo "Podman sock path: unix://${XDG_RUNTIME_DIR}/podman/podman.sock"
echo "PODMAN_SOCK_PATH=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV
echo "Check if there is a docker auth config file ..."
ls -la $HOME/.docker/config.json
cat $HOME/.docker/config.json
- name: Set DOCKER_HOST for macos
if: matrix.os == 'macos-13'
Expand All @@ -89,10 +93,6 @@ jobs:
# >> /var/folders/28/g86pgjxj0wl1nkd_85c2krjw0000gn/T/podman/podman-machine-default.sock
# echo "Podman sock path: $(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')"
# echo PODMAN_SOCK_PATH=$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}') >> $GITHUB_ENV
echo "Check if there is a docker auth config file ..."
ls -la $HOME/.docker/config.json
cat $HOME/.docker/config.json
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7615fce

Please sign in to comment.