graphqexl v0.1.0-alpha-rc.24 mix docker.publish

Publish the built application container to the given image repo

Link to this section Summary

Functions

Publish the built application container to the given image repo

Link to this section Types

Link to this type

command_result()

command_result() :: {Collectable.t(), exit_status()}
Link to this type

command_tuple()

command_tuple() :: {String.t(), [String.t()]}
Link to this type

exit_status()

exit_status() :: non_neg_integer()

Link to this section Functions

Link to this function

run(list)

(since 0.1.0)
run([String.t()]) :: :ok

Publish the built application container to the given image repo

ARGS

  • image_name, string, e.g.: "graphqexl"
  • image_repo, string, e.g.: "gcr.io/graphqexl"
  • image_tag, string, e.g.: "latest"