seepine/action-docker-build-push
Setup docker, build image and push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Server address of Docker registry. If not set then will default to Docker Hub | no | — |
| username | Username used to log against the Docker registry | no | — |
| password | Password or personal access token used to log against the Docker registry | no | — |
| context | Build's context is the set of files located in the specified PATH or URL | no | . |
| file | Path to the Dockerfile | no | Dockerfile |
| tags | List/CSV of tags | no | — |
| labels | List of labels | no | — |
| platforms | List/CSV of target platforms for build | no | — |
| push | Push is a shorthand for --output=type=registry | no | true |
| build-args | Docker build args | no | "" |
Outputs
no outputs