Skip to content

Commit 0920ff4

Browse files
committed
Update references to aboutcode-org in docs and workflow #1350
Signed-off-by: tdruez <[email protected]>
1 parent 90ac7e6 commit 0920ff4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
push: true
6060
tags: |
6161
${{ steps.meta.outputs.tags }}
62-
${{ env.REGISTRY }}/nexb/scancode.io:latest
62+
${{ env.REGISTRY }}/aboutcode-org/scancode.io:latest
6363
labels: ${{ steps.meta.outputs.labels }}

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ you may use the Docker image to run pipelines as a single command:
2323
2424
docker run --rm \
2525
-v "$(pwd)":/codedrop \
26-
ghcr.io/nexb/scancode.io:latest \
26+
ghcr.io/aboutcode-org/scancode.io:latest \
2727
sh -c "run scan_codebase /codedrop" \
2828
> results.json
2929

docs/tutorial_cli_end_to_end_scanning_to_dejacode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ on the codebase in our current directory.
153153
154154
docker run --rm \
155155
-v "$(pwd)":/code \
156-
ghcr.io/nexb/scancode.io:latest \
156+
ghcr.io/aboutcode-org/scancode.io:latest \
157157
sh -c "run inspect_packages:StaticResolver /code" \
158158
> results.json
159159

0 commit comments

Comments
 (0)