Skip to content

Commit 0e40a0c

Browse files
committed
chore: add registries.json
Disable all uploads
1 parent c6de3c2 commit 0e40a0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation
2424
SPDX-License-Identifier = "Apache-2.0"
2525

2626
[[annotations]]
27-
path = "integration.json"
27+
path = ["integration.json", "registries.json"]
2828
precedence = "override"
2929
SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved."
3030
SPDX-License-Identifier = "Apache-2.0"

registries.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"dockerhub": false,
3+
"GCR": false
4+
}

0 commit comments

Comments
 (0)