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:
parent
1e2ce80846
commit
49761416e1
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ steps:
|
||||||
&& make push
|
&& make push
|
||||||
substitutions:
|
substitutions:
|
||||||
_GIT_TAG: "12345"
|
_GIT_TAG: "12345"
|
||||||
_PULL_BASE_REF: "master"
|
_PULL_BASE_REF: "main"
|
||||||
|
|
Loading…
Reference in a new issue