Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 497 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 497 Bytes

create-ecr-buildkite-plugin

A Buildkite plugin to create and configure AWS ECR.

Example

Basic Usage

steps:
  - label: 'Main'
    plugins:
      seek-oss/create-ecr#v1.0.10:
        name: "my-repo-name"
        policy: "path/to/ecr-policy.json"
    command:
      - echo hi

Params:

  • name (required) - name of the ECR.
  • policy (optional) - path in local repository to the policy file.

License

MIT (see LICENSE)