https://github.com/drone-plugins/drone-buildx-gcr
https://github.com/drone-plugins/drone-buildx-gcr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drone-plugins/drone-buildx-gcr
- Owner: drone-plugins
- License: apache-2.0
- Created: 2023-05-12T23:37:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T10:28:12.000Z (6 months ago)
- Last Synced: 2026-01-12T00:25:20.907Z (5 months ago)
- Language: Go
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-buildx-gcr
## Build
Build the binaries with the following commands:
```console
go build ./cmd/drone-buildx-gcr
./drone-buildx-gcr
```
## Usage
### Running from the CLI
```console
export PLUGIN_TAG=latest
export PLUGIN_REPO=octocat/hello-world
export DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab
./drone-buildx-gcr
```
## 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.