axel7083/Podman Desktop Extension Publisher
GitHub Action to publish Podman Desktop Extension to registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to publish the extension | no | ghcr.io |
| image | Image name (E.g. foo) | no | ${{ github.repository }} |
| context | Path of the directory to use as context (default: .) | no | . |
| containerfile | Containerfile path | no | ./Containerfile |
| tags | The tags of the image to build. For multiple tags, separate by whitespace. For example, "latest v1". | no | next ${{ github.sha }} |
| registry-username | Username for the registry | no | ${{ github.repository_owner }} |
| registry-password | Password for the registry | yes | — |
| provenance | Publish provenance attestation | no | true |
Outputs
no outputs