Skip to content

drone-plugins/drone-buildx-ecr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-buildx-ecr

Build

Build the binaries with the following commands:

go build ./cmd/drone-buildx-ecr
./drone-buildx-ecr

Usage

Running from the CLI

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.