actions-marketplace-validations/NanoBus Push
Github action to automate packaging and pushing a NanoBus application to a supported registry, such as reg.candle.run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 11, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/nanobus_push-action@0f9a1cc654b9276f48f61fe8a9a138a9eaf9d73d # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the main bus file. Usually the file name is `bus.yaml`. This contains the registry configuration details. Defaults to `reg.candle.run`. | yes | bus.yaml |
| username | Username for registry | yes | — |
| password | Password for registry | yes | — |
Outputs
| name | description |
|---|---|
| tag | The image tag that was pushed |