zvfvrv/docker-bpgpr
Builds and pushes Docker images to GitHub Package Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | Password or personal access token used to log in to a Docker registry. If not set then no login will occur | yes | — |
| image_name | Image name | yes | — |
| tags | Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags | no | — |
| tag_with_ref | Automatically tags the built image with the git reference as per the readme | no | false |
| tag_with_sha | Automatically tags the built image with the git short SHA as per the readme | no | false |
| path | Path to the build context | no | . |
| dockerfile | Path to the Dockerfile (Default is '{path}/Dockerfile') | no | Dockerfile |
| target | Sets the target stage to build | no | — |
| build_args | Comma-delimited list of build-time variables | no | — |
| labels | Comma-delimited list of labels to add to the built image | no | — |
| push | Whether to push the image | no | true |
Outputs
no outputs