Skip to content

Commit

Permalink
Pull the kind node image
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 705f657 commit a75f20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
-u ${{ vars.DOCKERHUB_USERNAME }} \
-p ${{ secrets.DOCKERHUB_TOKEN }} \
--compat-auth-file $HOME/.docker/config.json
echo "Let's pull an image ...."
podman pull kindest/node:v1.31.0
#- name: Verify if there is a docker auth config file
# run: |
Expand Down

0 comments on commit a75f20a

Please sign in to comment.