chore: update ubuntu version for Github action runnners (#3257)

* chore: update ubuntu version for Github action runnners

* update the ubuntu version for docs actions
This commit is contained in:
afdesk
2022-12-12 15:09:46 +06:00
committed by GitHub
parent a7ac6acaa2
commit 52300e6069
4 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ function create_rpm_repo () {
mkdir -p $rpm_path
cp ../dist/*64bit.rpm ${rpm_path}/${RPM_EL}
createrepo --update $rpm_path
createrepo_c --update $rpm_path
}
cd trivy-repo