https://github.com/drone-plugins/drone-buildx-acr
https://github.com/drone-plugins/drone-buildx-acr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drone-plugins/drone-buildx-acr
- Owner: drone-plugins
- License: apache-2.0
- Created: 2023-05-12T23:36:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T07:11:07.000Z (4 months ago)
- Last Synced: 2026-02-26T12:15:26.112Z (4 months ago)
- Language: Go
- Size: 7.83 MB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-buildx-acr
## Build
Build the binaries with the following commands:
```console
go build ./cmd/drone-buildx-acr
./drone-buildx-acr
```
## Usage
### Running from the CLI
```console
export PLUGIN_TAG=latest
export PLUGIN_REPO=octocat/hello-world
export DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab
./drone-buildx-acr
```
## 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.