forked from buildkite-plugins/ecr-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
40 lines (40 loc) · 779 Bytes
/
plugin.yml
File metadata and controls
40 lines (40 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: ECR
description: Login to ECR in your build steps
author: https://github.com/buildkite-plugins
requirements:
- curl
- bash
- aws
configuration:
properties:
login:
type: boolean
default: true
credential-helper:
type: boolean
credential-helper-ignore-creds-storage:
type: boolean
default: true
account-ids:
type:
- string
- array
minItems: 1
no-include-email:
type: boolean
region:
type: string
assume-role:
type: object
properties:
role-arn:
type: string
duration-seconds:
type: number
default: 3600
oidc:
type: boolean
default: false
profile:
type: string
required: []