UNPKG

@codefresh-io/yaml-validator

Version:

An NPM module/CLI for validating the Codefresh YAML

15 lines (14 loc) 403 B
version: "1.0" steps: push: title: "Pushing image to cfcr" type: "push" image_name: "codefresh/test" registry: "123456789012.dkr.ecr.eu-west-1.amazonaws.com" candidate: "${{build}}" accessKeyId: "${{AWS_ACCESS_KEY_ID}}" secretAccessKey: "${{AWS_SECRET_ACCESS_KEY}}" region: "${{AWS_REGION}}" tags: - "${{CF_BRANCH_TAG_NORMALIZED}}" - "${{CF_REVISION}}"