tweedegolf/Build Container Image
Create a docker container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tags | List of image tags (newline separated) for the resulting container image | yes | — |
| push | If true, the image will be pushed to the registry | no | false |
| platforms | Comma separated list of platforms to build the image for, i.e. 'linux/amd64,linux/arm64' | no | linux/amd64 |
| context | Context directory for the container image build | no | . |
| build-args | List of build arguments (newline separated) to be inserted in the container image build | no | "" |
| file | Name of the dockerfile to build | no | Dockerfile |
| no-cache | Set to false to enable caching of docker layers | no | true |
| pull | Pull base images from the registry when not available locally | no | true |
| token | GitHub token for logging into the ghcr container registry | no | ${{ github.token }} |
| load | Make the built image available to the current job. Load is a shorthand for `--output=type=docker` | no | false |
Outputs
no outputs