diff --git a/.prow.yaml b/.prow.yaml index 334084ae00..e11b1183cf 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -1,13 +1,13 @@ presubmits: - - name: pre-commit - decorate: true - skip_report: false - always_run: true - context: aicoe-ci/prow/pre-commit - spec: - containers: - - image: quay.io/thoth-station/thoth-precommit-py38:v0.12.9 - command: - - "pre-commit" - - "run" - - "--all-files" \ No newline at end of file +- always_run: true + context: op1st/prow/pre-commit + decorate: true + name: pre-commit + skip_report: false + spec: + containers: + - command: + - pre-commit + - run + - --all-files + image: quay.io/thoth-station/thoth-precommit-py38:v0.15.0