Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shrimpliu/drone-ecr

drone ci aws ecr plugin
https://github.com/shrimpliu/drone-ecr

aws drone-ci drone-plugin ecr

Last synced: 16 days ago
JSON representation

drone ci aws ecr plugin

Awesome Lists containing this project

README

        

# DRONE-CI AWS ECR插件

- 使用

```yaml
kind: pipeline
name: default
steps:
- name: publish
image: droneplugin/ecr
privileged: true
settings:
repo: {Your-Repo-Name}
region: {Your-AWS-Region}
access_key: {Your-AWS-AccessKey}
secret_key: {Your-AWS-SecretKey}
```

其他配置参照[drone-docker](http://plugins.drone.io/drone-plugins/drone-docker/)