8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1037548 commit 80dca81Copy full SHA for 80dca81
.github/workflows/nightly.yml
@@ -181,7 +181,7 @@ jobs:
181
-v ${{ github.workspace }}/tests/tests-${{ steps.k8s.outputs.cluster }}.html:/workspace/tests/tests-${{ steps.k8s.outputs.cluster }}.html \
182
-v ${{ github.workspace }}/kube-${{ github.run_id }}:/root/.kube/config test-runner:${{ github.sha }} \
183
--context=kind-${{ github.run_id }} \
184
- --image=debian:${{ github.sha }} \
+ --image=nginx-ingress:${{ github.sha }} \
185
--image-pull-policy=Never \
186
--ic-type=nginx-ingress \
187
--service=nodeport --node-ip=${{ steps.k8s.outputs.cluster_ip }} \
0 commit comments