diff options
-rw-r--r-- | lib/container_registry/client.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/container_registry/client.rb b/lib/container_registry/client.rb index 196cdd36a88..7f5f6d9ddb6 100644 --- a/lib/container_registry/client.rb +++ b/lib/container_registry/client.rb @@ -15,10 +15,6 @@ module ContainerRegistry @options = options end - def update_token(token) - @options[:token] = token - end - def repository_tags(name) response_body faraday.get("/v2/#{name}/tags/list") end |