https://github.com/drone-plugins/drone-buildx-ecr
https://github.com/drone-plugins/drone-buildx-ecr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drone-plugins/drone-buildx-ecr
- Owner: drone-plugins
- License: apache-2.0
- Created: 2023-05-11T05:13:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T07:11:50.000Z (4 months ago)
- Last Synced: 2026-02-26T12:15:08.026Z (4 months ago)
- Language: Go
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-buildx-ecr
## Build
Build the binaries with the following commands:
```console
go build ./cmd/drone-buildx-ecr
./drone-buildx-ecr
```
## Usage
### Running from the CLI
```console
export PLUGIN_TAG=latest
export PLUGIN_REPO=octocat/hello-world
export DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab
./drone-buildx-ecr
```
## Release procedure
Create your pull request for the release. Get it merged then tag the release. The release will be published and changelog will be generated.