serversideup/docker-build-action
Simplified Docker image builds with Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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