force prow job by changing something in images/ot dir (#8281)

Images dir was merged in before the test-infra prow job, so the image was never built. 

https://github.com/kubernetes/ingress-nginx/pull/8013 Jan 16

https://github.com/kubernetes/test-infra/pull/25344/files Prow job 4 days ago.
This commit is contained in:
James Strong 2022-03-01 12:35:55 -05:00 committed by GitHub
parent 20344d338b
commit 5c878cfe6c

View file

@ -21,4 +21,4 @@ steps:
&& make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"
_PULL_BASE_REF: "main"