flamestro/build-push-github-action
publishes a docker image of the Dockerfile in the root of this repository to ghcr.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication Token | yes | — |
| context | context - defaults to . | yes | . |
| file | Dockerfile - defaults to Dockerfile in Root | yes | ./Dockerfile |
| username | ghcr username - defaults to actor | yes | ${{ github.actor }} |
| image_name | image_name - defaults to repo name | yes | ${{ github.repository }} |
| tag | tag - defaults to branch | yes | ${{ github.ref_name }} |
| platforms | target platforms (comma separated) | no | linux/amd64 |
| cache | enable Buildx GHA cache (true/false) | no | false |
| cache_scope | Buildx cache scope when cache is enabled | no | build-push-github-action |
| cache_mode | cache export mode (min|max) | no | max |
Outputs
no outputs