We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e569059 commit 1a4e471Copy full SHA for 1a4e471
.buildkite/scripts/release/redhat-preflight.sh
@@ -35,7 +35,7 @@ main() {
35
36
vault read -format=json -field=data "$VAULT_ROOT_PATH/operatorhub-release-preflight" > "$tmpDir/auth.json"
37
38
- preflight check container "quay.io/redhat-isv-containers/$PROJECT_ID:$ECK_VERSION" --pyxis-api-token="$API_KEY" --certification-project-id="$PROJECT_ID" --submit -d "$tmpDir/auth.json"
+ preflight check container "quay.io/redhat-isv-containers/$PROJECT_ID:$ECK_VERSION" --pyxis-api-token="$API_KEY" --certification-component-id="$PROJECT_ID" --submit -d "$tmpDir/auth.json"
39
40
echo "Preflight submitted ✅"
41
}
0 commit comments