Skip to content

Commit

Permalink
bump preflight to 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Sep 30, 2024
1 parent c4e1a05 commit 47cf128
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.9.4/preflight-linux-amd64 --output preflight
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.9/preflight-linux-amd64 --output preflight
chmod +x preflight
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"
Expand Down

0 comments on commit 47cf128

Please sign in to comment.