Skip to content

Commit ef12893

Browse files
committed
fix: operator directory
1 parent b65abf1 commit ef12893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack_scanner/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585
product_name = f"{operator_name}-operator"
8686
scan_image(
8787
secobserve_api_token,
88-
f"{REGISTRY_URL}/stackable/{product_name}:{release}-{arch}",
88+
f"{REGISTRY_URL}/sdp/{product_name}:{release}-{arch}",
8989
product_name,
9090
f"{release}-{arch}",
9191
)

0 commit comments

Comments
 (0)