Skip to content

Commit 9c4bfef

Browse files
authored
chore: bump preflight version (#353)
1 parent ded546b commit 9c4bfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
steps:
374374
- name: Install preflight
375375
run: |
376-
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.7.2/preflight-linux-amd64
376+
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1/preflight-linux-amd64
377377
chmod +x preflight-linux-amd64
378378
- name: Check container
379379
run: ./preflight-linux-amd64 check container "$IMAGE_TAG" > preflight.out

0 commit comments

Comments
 (0)