diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 174468ea..ee93c990 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -93,7 +93,7 @@ jobs: export IMG=$IMAGE_TAG_BASE_QUAY:v$VERSION export IMG_LATEST=$IMAGE_TAG_BASE_QUAY:latest make docker-build-redhat - wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.11.1/preflight-linux-amd64 -O preflight + wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.12.1/preflight-linux-amd64 -O preflight chmod +x preflight mv preflight /usr/local/bin preflight -v