packhelp/Docker Build & Push
Builds a Docker image and pushes it to a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app | Application to build | yes | — |
| dockerfile | Dockerfile to build | no | Dockerfile |
| dockerignore_override | Override default .dockerignore file from context | no | — |
| context | Docker build context | no | . |
| tag | Docker image tag | no | ${{ github.sha }} |
| extra_tag | Additional Docker image tag to publish alongside the primary tag, e.g. latest or a version | no | "" |
| directory | Directory to change into before building | no | . |
| args | Additional 'docker build' arguments | no | "" |
| registry_address | Container registry address | yes | — |
| registry_username | Container registry username | yes | — |
| registry_password | Container registry password | yes | — |
Outputs
no outputs