UNPKG

@codefresh-io/yaml-validator

Version:

An NPM module/CLI for validating the Codefresh YAML

13 lines (12 loc) 253 B
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"