File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
linux/conf/buildkite-agent/hooks
windows/conf/buildkite-agent/hooks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 109
109
if [[ " ${BUILDKITE_ECR_POLICY:- } " != " none" && " ${ECR_PLUGIN_ENABLED:- } " == " 1" ]]; then
110
110
export BUILDKITE_PLUGIN_ECR_LOGIN=1
111
111
export BUILDKITE_PLUGIN_ECR_RETRIES=3
112
+ export BUILDKITE_PLUGIN_ECR_CREDENTIAL_HELPER=true
112
113
113
114
# map AWS_ECR_LOGIN_REGISTRY_IDS into the plugin list format
114
115
if [[ -n " ${AWS_ECR_LOGIN_REGISTRY_IDS:- } " ]]; then
Original file line number Diff line number Diff line change 55
55
if [[ " ${BUILDKITE_ECR_POLICY:- } " != " none" && " ${ECR_PLUGIN_ENABLED:- } " == " 1" ]]; then
56
56
export BUILDKITE_PLUGIN_ECR_LOGIN=1
57
57
export BUILDKITE_PLUGIN_ECR_RETRIES=3
58
+ export BUILDKITE_PLUGIN_ECR_CREDENTIAL_HELPER=true
58
59
59
60
# map AWS_ECR_LOGIN_REGISTRY_IDS into the plugin list format
60
61
if [[ -n " ${AWS_ECR_LOGIN_REGISTRY_IDS:- } " ]]; then
You can’t perform that action at this time.
0 commit comments