From 32c6c1699b455fcdd90543b4a61d23d620458d64 Mon Sep 17 00:00:00 2001 From: Mitchell Shiell Date: Thu, 16 Oct 2025 10:42:22 -0400 Subject: [PATCH] score > score-client --- submodules/score | 2 +- submodules/song | 2 +- website/guides/03-user-guides/01-cli-submissions.md | 2 +- website/guides/03-user-guides/02-cli-downloads.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/submodules/score b/submodules/score index 26ecc754..ee758b91 160000 --- a/submodules/score +++ b/submodules/score @@ -1 +1 @@ -Subproject commit 26ecc754fe7fbe71e7d2acd31b2ec066c5be3f49 +Subproject commit ee758b91515fb5dd6720bb60c63fcb6bcf51a2db diff --git a/submodules/song b/submodules/song index 5ebe11fa..5131f6f8 160000 --- a/submodules/song +++ b/submodules/song @@ -1 +1 @@ -Subproject commit 5ebe11fae66679d6634ecdd3f7cbbd1e85b4defe +Subproject commit 5131f6f8258825cbc323e4b9fcf412364580b204 diff --git a/website/guides/03-user-guides/01-cli-submissions.md b/website/guides/03-user-guides/01-cli-submissions.md index 51b86a87..bd86ad08 100644 --- a/website/guides/03-user-guides/01-cli-submissions.md +++ b/website/guides/03-user-guides/01-cli-submissions.md @@ -90,7 +90,7 @@ API Keys are brokered by Keycloak and accessible when logged in to the Stage UI. --network="host" \ --platform="linux/amd64" \ --mount type=bind,source=./guideMaterials/dataSubmission,target=/output \ - ghcr.io/overture-stack/score:latest + ghcr.io/overture-stack/score-client:latest ```
diff --git a/website/guides/03-user-guides/02-cli-downloads.md b/website/guides/03-user-guides/02-cli-downloads.md index d5891d0a..c844aa93 100644 --- a/website/guides/03-user-guides/02-cli-downloads.md +++ b/website/guides/03-user-guides/02-cli-downloads.md @@ -64,7 +64,7 @@ docker run -d -it --name score-client \ --network="host" \ --platform="linux/amd64" \ --mount type=bind,source=./guideMaterials/dataDownload/,target=/output \ - ghcr.io/overture-stack/score:latest + ghcr.io/overture-stack/score-client:latest ``` :::caution