ruchika-jain/Package and Publish
Publish actions as OCI artifacts to GHCR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN having the write:package scope to publish an action package to GHCR. | yes | ${{ github.token }} |
| workdir | The work directory to be tar archived and uploaded as OCI Artifact layer. | no | . |
| semver | Release version | yes | — |
Outputs
| name | description |
|---|---|
| package-url | The name of package published to GHCR along with semver. For example, https://ghcr.io/actions/package-action:1.0.1 |