We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6e70c commit 13cd643Copy full SHA for 13cd643
README.md
@@ -1 +1,25 @@
1
-# drone-buildx-acr
+# 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
17
+export PLUGIN_TAG=latest
18
+export PLUGIN_REPO=octocat/hello-world
19
+export DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab
20
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