Skip to content

Commit 014af40

Browse files
committed
Ignore ubi8-rust-builder manifest
1 parent 1eee542 commit 014af40

File tree

1 file changed

+1
-1
lines changed
  • tools/monitor-oci-artifacts/src

1 file changed

+1
-1
lines changed

tools/monitor-oci-artifacts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
107107
continue;
108108
}
109109

110-
if project_name == "sdp" && repository_name != "git-sync" {
110+
if project_name == "sdp" && (repository_name != "git-sync" && repository_name != "ubi8-rust-builder") {
111111
if artifact.manifest_media_type
112112
!= "application/vnd.docker.distribution.manifest.v2+json"
113113
{

0 commit comments

Comments
 (0)