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 1e2ce80846
commit 49761416e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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