actions-marketplace-validations/docker-build-action
Simplified Docker image builds with Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 7, 2025
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/serversideup_github-action-docker-build@fbe85090612bdfe992eac2f1b023b339974b900d # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tags | Enter the tag you would like to name your image with. (example: myorg/myapp:production) | yes | — |
| registry-username | Enter the username to authenticate with your registry. | — | "" |
| registry-password | Enter the password or token to authenticate with your registry. (an access token is highly recommended) | — | "" |
| registry-token | [DEPRECATED - Use registry-password instead] Enter the token or password to authenticate with your registry. (an access token is highly recommended) | — | "" |
| registry | Registry to authenticate with (e.g., "docker.io" or "ghcr.io"). | no | docker.io |
| registry-2 | Registry to authenticate with (e.g., "docker.io" or "ghcr.io"). | — | — |
| registry-2-username | Enter the username to authenticate with your registry. | — | "" |
| registry-2-password | Enter the token or password to authenticate with your registry. (an access token is highly recommended) | — | "" |
| registry-3 | Registry to authenticate with (e.g., "docker.io" or "ghcr.io"). | — | — |
| registry-3-username | Enter the username to authenticate with your registry. | — | "" |
| registry-3-password | Enter the token or password to authenticate with your registry. (an access token is highly recommended) | — | "" |
| context | The build context directory (the directory containing your Dockerfile and build files). | no | . |
| dockerfile | Filename of the Dockerfile within the context that you set. | no | ./Dockerfile |
| target | Set the target build stage to build. | no | "" |
| platforms | Comma separated list of platforms. | no | linux/amd64 |
Outputs
no outputs