Skip to content

Commit 4cbdccf

Browse files
committed
chore(ort-scan): Use renamed ORT Docker image
The 'ort-extended' Docker image was renamed to just 'ort' in [1]. [1]: oss-review-toolkit/ort@cd323ab Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent a945304 commit 4cbdccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ort-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- cache/ivy2/cache
3333
- cache/sbt
3434
variables:
35-
ORT_DOCKER_IMAGE: "ghcr.io/oss-review-toolkit/ort-extended:latest"
35+
ORT_DOCKER_IMAGE: "ghcr.io/oss-review-toolkit/ort:latest"
3636
ORT_RESULTS_PATH: "${CI_PROJECT_DIR}/ort-results"
3737

3838
# GitLab will not cache things (see https://gitlab.com/gitlab-org/gitlab/-/issues/14151) outside the build's working

0 commit comments

Comments
 (0)