Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Merge change for release 1.6.1 [2] #1904

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down
Loading