Skip to content

Commit 13cd643

Browse files
Add README (#3)
1 parent 5a6e70c commit 13cd643

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# drone-buildx-acr
1+
# drone-buildx-acr
2+
3+
## Build
4+
5+
Build the binaries with the following commands:
6+
7+
```console
8+
go build ./cmd/drone-buildx-acr
9+
./drone-buildx-acr
10+
```
11+
12+
## Usage
13+
14+
### Running from the CLI
15+
16+
```console
17+
export PLUGIN_TAG=latest
18+
export PLUGIN_REPO=octocat/hello-world
19+
export DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab
20+
./drone-buildx-acr
21+
```
22+
23+
## Release procedure
24+
25+
Create your pull request for the release. Get it merged then tag the release. The release will be published and changelog will be generated.

0 commit comments

Comments
 (0)