trying to get ecr working

pull/1/head
josebarn 8 years ago
parent d486a85ba6
commit 2ec32ce4b6

@ -7,8 +7,8 @@ pipeline:
ecr:
image: plugins/ecr
secret_key: ${secret_key}
access_key: ${access_key}
secret_key: ${ECR_SECRET_KEY}
access_key: ${ECR_ACCESS_KEY}
repo: 995121555896.dkr.ecr.us-east-1.amazonaws.com/cloudlock/test-sit-ci-built-svc
dockerfile: ./Dockerfile
context: .

Loading…
Cancel
Save