diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-15 17:05:41 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-15 17:05:41 +0200 |
commit | 1744c742f28afb1a89432fa2854fad93e1557fd8 (patch) | |
tree | 021abe673c85fe13ce9053efac7f2db442d7cad8 /app/models/ability.rb | |
parent | 50abec8ca36c5cbdb1f7878b3ac956211fc67d3d (diff) | |
download | gitlab-ce-allow-to-pull-public-images.tar.gz |
Allow to access Container Registry for Public and Internal projectsallow-to-pull-public-images
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r-- | app/models/ability.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index eeb0ceba081..6fd18f2ee24 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -204,7 +204,8 @@ class Ability :download_code, :fork_project, :read_commit_status, - :read_pipeline + :read_pipeline, + :read_container_image ] end |