Skip to content

Commit

Permalink
update preflight to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Feb 7, 2025
1 parent a697fad commit 5f7ef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Certify Images
continue-on-error: false
run: |
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.2/preflight-linux-amd64 --output preflight
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.11.1/preflight-linux-amd64 --output preflight
chmod +x preflight
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
Expand Down

0 comments on commit 5f7ef41

Please sign in to comment.