class Kubes::Docker::Strategy::Push::Gcloud
Public Instance Methods
run()
click to toggle source
# File lib/kubes/docker/strategy/push/gcloud.rb, line 3 def run run_hooks("docker.rb", name: "push") do # noop, gcloud builds submit already pushes the image end end