Skip to content

Commit

Permalink
Pull the kind image within the remote machine
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 9dd30da commit 6a63149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
if: matrix.os == 'macos-13'
run: |
# >> /run/user/501/podman/podman.sock - OK
#echo "Podman sock path: $(podman info -f json | jq -r .host.remoteSocket.path)"
#echo "PODMAN_SOCK_PATH=$(podman info -f json | jq -r .host.remoteSocket.path)" >> $GITHUB_ENV
# echo "Podman sock path: $(podman info -f json | jq -r .host.remoteSocket.path)"
# echo "PODMAN_SOCK_PATH=$(podman info -f json | jq -r .host.remoteSocket.path)" >> $GITHUB_ENV
# >> /var/run/docker.sock - OK
# echo "Podman sock path: unix:///var/run/docker.sock"
Expand All @@ -101,7 +101,7 @@ jobs:
--compat-auth-file $HOME/.docker/config.json
echo "Let's pull an image ...."
podman pull kindest/node:v1.31.0 --log-level debug
podman machine ssh "podman pull kindest/node:v1.31.0 "
#- name: Verify if there is a docker auth config file
# run: |
Expand Down

0 comments on commit 6a63149

Please sign in to comment.