actions-marketplace-validations/Docker Base Image Build and Publish
A Composite Action that Builds and Publishes a Docker Base Image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 19, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ricado-group_docker-base-image-build-action@4baedef3aa45d412c63380688a46928ea90c99e7 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub Token used to Generate a Changelog and Create Releases | yes | — |
| docker-image-name | The Name of the Docker Image being Built | yes | — |
| docker-image-platforms | The Platforms that the Docker Image should be built for as a comma-separated list (e.g. linux/amd64,linux/arm64,linux/arm/v7) | no | linux/amd64 |
| dockerfile-path | Path to the Dockerfile used to Build the Docker Image (e.g. ./ProjectFolder/Dockerfile) | no | ./Dockerfile |
| docker-hub-username | Username to Authenticate with Docker Hub | yes | — |
| docker-hub-password | Password to Authenticate with Docker Hub | yes | — |
Outputs
| name | description |
|---|---|
| changelog | Markdown formatted changelog |