045d07bab3
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
5 lines
112 B
Ruby
5 lines
112 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ContainerRepositoryPolicy < BasePolicy
|
|
delegate { @subject.project }
|
|
end
|