Skip to content

Commit

Permalink
add back in missing pull
Browse files Browse the repository at this point in the history
  • Loading branch information
TySmith17 committed Feb 11, 2020
1 parent 8c25939 commit f67420c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: psykube
version: 2.24.0
version: 2.25.0
crystal: 0.30.0

authors:
Expand Down
1 change: 1 addition & 0 deletions src/cli/commands/concerns/docker.cr
Expand Up @@ -49,6 +49,7 @@ module Psykube::CLI::Commands::Docker
build_context.stages.each do |stage|
docker_run ["pull", "#{c}-#{stage}"], allow_failure: true
end
docker_run ["pull", c], allow_failure: true
end

Dir.cd actor.working_directory do
Expand Down

0 comments on commit f67420c

Please sign in to comment.