Aigeruth/docker-private-registry

View on GitHub
backends/dummy/tag.rb

Summary

Maintainability
A
0 mins
Test Coverage
module DockerRegistry
  module Backends
    class DummyTag < BaseTag
      def save; end
    end
  end
end