versicherungskammer/Multi-Platform Docker Build
publish multi-platform images to ghcr.io with default labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Image name under ghcr.io/$GITHUB_REPOSITORY, if not ${GITHUB_REPOSITORY#*/} | no | "" |
| tags | Tag name(s), space-separated, if not auto-generated | no | "" |
| auto-tags | strategies to use for auto-tag-generation. mix "commit-hash", "release-name", "latest-if-release", "latest-if-main", "branch-name", "short-hash", "branch-ref". default: "commit-hash release-name latest-if-release" | yes | commit-hash release-name latest-if-release tag-name |
| additional-tags | Tag name(s), space-separated, to add to auto-tags | no | "" |
| build-args | Build args, space-separated, to add to build args. Format: "ARG1=VALUE1 ARG2=VALUE2 ARG3 ARG4" The values for ARG3 and ARG4 will be read from the environment variables ARG3 and ARG4. | no | "" |
| docker-file | Path of Dockerfile, if not "Dockerfile" | no | Dockerfile |
| platform | List of comma-separated target platforms, defaults to "linux/amd64,linux/arm64" | no | linux/amd64,linux/arm64 |
| push | Indicator, if the build image shall be pushed | no | true |
| path | Path to build, if not "." | no | . |
| token | GitHub Token for pushing | yes | — |
| author | Name for authors label, if not committer.name | no | "" |
| Email for authors label, if not tierleben-development@vkb.de. use "auto" to use committer.email | no | "" |
Outputs
no outputs