Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shrimpliu/drone-ecr
- Owner: shrimpliu
- Created: 2019-06-12T02:23:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T02:47:19.000Z (over 5 years ago)
- Last Synced: 2023-12-17T06:00:41.600Z (about 1 year ago)
- Topics: aws, drone-ci, drone-plugin, ecr
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)