We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b7e10 commit faef7b8Copy full SHA for faef7b8
.github/actions/certify-openshift-images/entrypoint.sh
@@ -27,6 +27,6 @@ echo "Check and Submit result to RedHat Connect"
27
# Send results to RedHat if preflight finished wthout errors
28
preflight check container "${REGISTRY}/${REPOSITORY}:${VERSION}" \
29
--pyxis-api-token="${RHCC_TOKEN}" \
30
- --certification-project-id="${RHCC_PROJECT}" \
+ --certification-component-id="${RHCC_PROJECT}" \
31
--docker-config="${HOME}/.docker/config.json" \
32
${submit_flag}
0 commit comments