lib/takelage/docker/image/cli.rb in takelage-0.9.0 vs lib/takelage/docker/image/cli.rb in takelage-0.9.1
- old
+ new
@@ -15,11 +15,11 @@
def initialize(args=[], local_options={}, configuration={})
# initialize thor parent class
super args, local_options, configuration
+ @docker_user = config.active['docker_user']
@docker_repo = config.active['docker_repo']
- @docker_image = config.active['docker_image']
@docker_tagsurl = config.active['docker_tagsurl']
end
desc 'tag [COMMAND]', 'Handle docker image tags'
subcommand 'tag', DockerImageTag