Skip to content

Commit

Permalink
Pin preflight version (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan authored Oct 13, 2023
1 parent 0b59e87 commit c8539ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/build.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
steps:
- name: Install preflight
run: |
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/latest/download/preflight-linux-amd64
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.6.11/preflight-linux-amd64
chmod +x preflight-linux-amd64
- name: Check container
run: ./preflight-linux-amd64 check container "$IMAGE_TAG" > preflight.out
Expand Down

0 comments on commit c8539ed

Please sign in to comment.