Skip to content

Commit

Permalink
Change registry service name
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Feb 26, 2024
1 parent 6a9bda3 commit f82ed36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Registry
class RegistryController < ::ApplicationController
REGISTRY_SERVICE = 'SUSE Linux Docker Registry'.freeze
REGISTRY_SERVICE = 'SUSE Linux OCI Registry'.freeze
REGISTRY_API_VERSION = 'registry/2.0'.freeze

before_action :set_requested_scopes, except: [ :catalog ]
Expand Down

0 comments on commit f82ed36

Please sign in to comment.