Fixes the current issue, that the image tags in the docker-build.yaml and FBC are not kept.
Alternatively, we could also skip the RemoveAll on the .tekton folder completely. Anyhow this would mean, that we would have issues, when we change the filename pattern :shrug:
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/openshift-knative/hack/blob/main/OWNERS)~~ [creydr,pierDipi]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Fixes the current issue, that the image tags in the docker-build.yaml and FBC are not kept.
Alternatively, we could also skip the
RemoveAll
on the.tekton
folder completely. Anyhow this would mean, that we would have issues, when we change the filename pattern :shrug: