Skip to content

Commit 39be97a

Browse files
committed
update to preflight 1.12.1
1 parent d134c8c commit 39be97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.11.1/preflight-linux-amd64 --output preflight
166+
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.12.1/preflight-linux-amd64 --output preflight
167167
chmod +x preflight
168168
169169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"

0 commit comments

Comments
 (0)