Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down