You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CI should detect when a new scorecard image needs to be built, perform the build and push it to Quay. One way we could do this is the following:
Use yq to parse the bundle's scorecard config within bundle/tests/scorecard/config.yaml and extract the scorecard image repository:tag, and store it in a variable.
Use podman to query whether the image tag exists already.
If it doesn't, build the scorecard image with make scorecard-build CUSTOM_SCORECARD_IMG=<variable from step 1>
Push to Quay using the push-to-registry action.
The text was updated successfully, but these errors were encountered:
Our CI should detect when a new scorecard image needs to be built, perform the build and push it to Quay. One way we could do this is the following:
make scorecard-build CUSTOM_SCORECARD_IMG=<variable from step 1>
push-to-registry
action.The text was updated successfully, but these errors were encountered: