# Define a default for image registry
# The image_registry variable is set
# in the target environment. 
global:
  image_registry: local

# Define the actual image
image: <%= projectOrganization %>/<%= projectName %>:<%= projectVersion %>
