version: "1.0"
steps:
  build:
    title: "Building Docker Image"
    type: "build"
    image_name: "codefresh/test"
    working_directory: "${{clone}}"
    dockerfile: "Dockerfile"
    registry_contexts:
      - dockerhub
      - gcr
    tag: "latest"
