bennibbelink/Build and test docker image from dockerfile
Custom action for building a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | the repo to checkout | yes | — |
| repository-ref | the ref to checkout | no | ${{ github.sha }} |
| pull-image-name | image to pull prior to building the dockerfile | no | — |
| artifact-in-name | input docker image artifact | no | — |
| artifact-out-tags | list of tags for output docker image | no | — |
| artifact-out-name | name for output docker image | no | — |
| dockerfile-path | path to dockerfile in the repo | yes | — |
| docker-build-args | list of build args for docker build | no | — |
| docker-build-target | stage of Dockerfile to build | no | — |
| push-image | boolean of whether to push the built image to a registry | no | false |
Outputs
no outputs