diff --git a/lib/tasks/mrsk/app.rake b/lib/tasks/mrsk/app.rake index 1fb046fd..0b74af82 100644 --- a/lib/tasks/mrsk/app.rake +++ b/lib/tasks/mrsk/app.rake @@ -9,7 +9,7 @@ namespace :mrsk do desc "Build locally and push app image to the registry" task :push do - run_locally { execute app.push } unless ENV["SKIP_PUSH"] + run_locally { execute app.push } unless ENV["VERSION"] end desc "Pull app image from the registry onto servers"