Registry: Make git image public

This commit is contained in:
Tobias Manske 2023-08-21 15:42:27 +02:00
parent a1f0152fd8
commit 498d4d369b
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -34,3 +34,6 @@ acl:
- match: {account: "", name: "public/*"}
actions: ["pull"]
comment: "Allow everyone to pull public/"
- match: {account: "", name: "git"}
actions: ["pull"]
comment: "Allow everyone to pull the git image"