candlecorp/Wick Push
Github action for pushing wick packages for distribution to supported platforms such as https://registry.candle.dev
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the main wick manifest file. Usually the file name is `app.wick` or `component.wick`. This must contain the registry configuration details in the `package` section. | yes | app.wick |
| username | Username for registry configured in the Wick manifest | yes | — |
| password | Password for registry configured in the Wick manifest | yes | — |
| tags | Space-separated list of additional tags to apply to the image. This is optional as push will always set the tag to the version in the manifest. | no | — |
Outputs
| name | description |
|---|---|
| reference | The image reference that was pushed |