Registry: Make git image public
This commit is contained in:
parent
a1f0152fd8
commit
498d4d369b
@ -34,3 +34,6 @@ acl:
|
|||||||
- match: {account: "", name: "public/*"}
|
- match: {account: "", name: "public/*"}
|
||||||
actions: ["pull"]
|
actions: ["pull"]
|
||||||
comment: "Allow everyone to pull public/"
|
comment: "Allow everyone to pull public/"
|
||||||
|
- match: {account: "", name: "git"}
|
||||||
|
actions: ["pull"]
|
||||||
|
comment: "Allow everyone to pull the git image"
|
||||||
|
Loading…
Reference in New Issue
Block a user