Skip to content

Commit 7c8266f

Browse files
authored
bump preflight version to 1.9.4 (#294)
1 parent 6139941 commit 7c8266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Certify Images
164164
continue-on-error: false
165165
run: |
166-
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1/preflight-linux-amd64 --output preflight
166+
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 --output preflight
167167
chmod +x preflight
168168
169169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"

0 commit comments

Comments
 (0)