actions-marketplace-validations/Build n Push
GitHub Action that build & push Leukocyte-Lab's Dockerfile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_private_key | Private SSH key to register in the SSH Agent | no | — |
| username | Username used to log in to a Docker registry. | yes | — |
| password | Password or personal access token used to log in to a Docker registry. | yes | — |
| registry | Server address of Docker registry. If not set then will default to Docker Hub | no | — |
| repository | Docker repository to tag the image with | yes | — |
| tags | Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags | no | — |
| path | Path to the build context | no | . |
| dockerfile | Path to the Dockerfile (Default is '{path}/Dockerfile') | no | — |
| ssh | Enable SSH to access private data in builds | no | false |
| push | Whether to push the image | no | true |
Outputs
no outputs