spotdemo4/nix flake release
release all packages in a nix flake
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | nix packages to release | no | — |
| git_type | type of git server (github, gitea, forgejo) | no | — |
| github_repository | github repository in the form owner/repo | no | ${{ github.repository }} |
| github_server_url | github server url | no | ${{ github.server_url }} |
| github_actor | github actor | no | ${{ github.actor }} |
| github_token | github token | no | ${{ github.token }} |
| registry | container registry url | no | ghcr.io |
| registry_username | container registry username | no | ${{ github.actor }} |
| registry_password | container registry password | no | ${{ github.token }} |
| delete_old_release_artifacts | delete release assets and image tags from previous releases after creating a new release | no | false |
Outputs
no outputs