Skip to content

Commit 323b464

Browse files
MarcinGinsztAllda
authored andcommitted
proper Pyxis URL
1 parent 51200fe commit 323b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-pipeline-images/operatorcert/entrypoints/upload_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def upload_artifact(args: Any, file_path: str, org_id: Any = None) -> Dict[str,
9393
Dict[str, Any]: Pyxis response
9494
"""
9595
upload_url = urljoin(
96-
args.pyxis_url, f"v1/projects/certification/id/{args.cert_project_id}/artifacts"
96+
args.pyxis_url, f"/containers/v1/projects/certification/id/{args.cert_project_id}/artifacts"
9797
)
9898
file_name = os.path.basename(file_path)
9999
file_size = os.path.getsize(file_path)

0 commit comments

Comments
 (0)