Skip to content

Commit

Permalink
pass docker version in verify_artifact for verify_rpm (#21895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n authored Oct 30, 2024
1 parent 822bf81 commit b99c855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/verify_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ function verify_rpm {
${docker_image} \
/scripts/verify_rpm.sh \
"/workdir/${artifact_path}" \
"${expect_version}"
"${expect_version}" \
"${docker_image}"
}

# Arguments:
Expand Down

0 comments on commit b99c855

Please sign in to comment.