tinfoilsh/Prepare Tinfoil Container Release
Prepares a Tinfoil Containers repository for measurement and release. Optionally updates image digests and creates a release tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version tag to create (e.g., v0.0.6) | yes | — |
| source-sha | Commit SHA that the container image(s) were built from (pass `github.sha`). | yes | — |
| github-token | GitHub token used to push the version tag. Use a PAT or GitHub App token if the tag push must trigger downstream workflows — the default GITHUB_TOKEN does not. | yes | — |
| image-refs | Container image references in `<repo>@sha256:<digest>` format, one per line. For multiple images, use newline-separated values. Required when update-config is true. | no | — |
| update-config | Substitute the provided image digests into tinfoil-config.yml in the tagged commit. Leave false for repos with no tinfoil-config.yml. | no | false |
Outputs
no outputs