hexsleeves/Build Container
Builds container images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 24, 2024
- License
- MIT
Pinned Snippet
uses: hexsleeves/deploy-container-action@364ef84b6fcf432f09cddd6e962584c56c10ae00 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | name of the image to build | yes | — |
| image_variant | name of the image variant | no | "" |
| version | primary tag to assign to the image | yes | — |
| support | latest, gts, or empty | no | "" |
| extra_tags | extra tags to be passed to buildah | no | — |
| extra_build_args | extra args to be passed to buildah | no | "" |
| signing_key | key to sign images | yes | — |
| target | target to build in Containerfile | no | none |
| container_registry | registry to store resulting container | no | ghcr.io/${{ github.repository_owner }} |
| container_repo | repository for the container image | no | ${{ github.repository }} |
| container_ref | repository ref for the container image | no | ${{ github.ref }} |
| push_container | whether to push the resulting container image | no | true |
| file | path to the Containerfile | no | ./Containerfile |
Outputs
no outputs