Skip to content

Commit 5fcf39d

Browse files
authored
Merge pull request #3850 from tao12345666333/upgrade-nerdctl-v2
test: upgrade nerdctl to v2
2 parents 84101f2 + a2cb274 commit 5fcf39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nerdctl.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
JOB_NAME: "nerdctl-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
2828
IP_FAMILY: ${{ matrix.ipFamily }}
29-
NERDCTL_VERSION: "1.7.4"
29+
NERDCTL_VERSION: "2.0.2"
3030
KIND_EXPERIMENTAL_PROVIDER: "nerdctl"
3131
steps:
3232
- name: Check out code into the Go module directory
@@ -91,7 +91,7 @@ jobs:
9191
- name: Export logs
9292
if: always()
9393
run: |
94-
sudo cat /etc/cni/net.d/*
94+
sudo find /etc/cni/net.d/ -type f -exec sh -c 'echo "{}" && cat "{}"' \;
9595
sudo mkdir -p /tmp/kind/logs
9696
sudo /usr/local/bin/kind export logs /tmp/kind/logs
9797
sudo chown -R $USER:$USER /tmp/kind/logs

0 commit comments

Comments
 (0)