8000 Chore/fix nightly image (#1636) · nginx/kubernetes-ingress@80dca81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80dca81

Browse files
authored
Chore/fix nightly image (#1636)
* Fix image name in nightly smoke tests * Temp run on this branch to test * Revert "Temp run on this branch to test" This reverts commit 3c0deb7.
1 parent 1037548 commit 80dca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
-v ${{ github.workspace }}/tests/tests-${{ steps.k8s.outputs.cluster }}.html:/workspace/tests/tests-${{ steps.k8s.outputs.cluster }}.html \
182182
-v ${{ github.workspace }}/kube-${{ github.run_id }}:/root/.kube/config test-runner:${{ github.sha }} \
183183
--context=kind-${{ github.run_id }} \
184-
--image=debian:${{ github.sha }} \
184+
--image=nginx-ingress:${{ github.sha }} \
185185
--image-pull-policy=Never \
186186
--ic-type=nginx-ingress \
187187
--service=nodeport --node-ip=${{ steps.k8s.outputs.cluster_ip }} \

0 commit comments

Comments
 (0)
0