We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27756e commit 0246914Copy full SHA for 0246914
1 file changed
.github/workflows/benchmark.yml
@@ -71,8 +71,7 @@ jobs:
71
run: |
72
k3d cluster create upstream --wait \
73
--agents 1 \
74
- --network "nw01" \
75
- --image docker.io/rancher/k3s:${{matrix.k3s.version}}
+ --image docker.io/rancher/k3s:${{ env.SETUP_K3D_VERSION }}
76
77
- name: Import Images Into k3d
78
0 commit comments