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 1eee542 commit 014af40Copy full SHA for 014af40
tools/monitor-oci-artifacts/src/main.rs
@@ -107,7 +107,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
107
continue;
108
}
109
110
- if project_name == "sdp" && repository_name != "git-sync" {
+ if project_name == "sdp" && (repository_name != "git-sync" && repository_name != "ubi8-rust-builder") {
111
if artifact.manifest_media_type
112
!= "application/vnd.docker.distribution.manifest.v2+json"
113
{
0 commit comments