serversideup/docker-build-action

Simplified Docker image builds with Github Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagsEnter the tag you would like to name your image with. (example: myorg/myapp:production)yes
registry-usernameEnter the username to authenticate with your registry.""
registry-passwordEnter 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)""
registryRegistry to authenticate with (e.g., "docker.io" or "ghcr.io").nodocker.io
registry-2Registry to authenticate with (e.g., "docker.io" or "ghcr.io").
registry-2-usernameEnter the username to authenticate with your registry.""
registry-2-passwordEnter the token or password to authenticate with your registry. (an access token is highly recommended)""
registry-3Registry to authenticate with (e.g., "docker.io" or "ghcr.io").
registry-3-usernameEnter the username to authenticate with your registry.""
registry-3-passwordEnter the token or password to authenticate with your registry. (an access token is highly recommended)""
contextThe build context directory (the directory containing your Dockerfile and build files).no.
dockerfileFilename of the Dockerfile within the context that you set.no./Dockerfile
targetSet the target build stage to build.no""
platformsComma separated list of platforms.nolinux/amd64

no outputs