colpal/gcr-buildpush
Build a docker file and push it to the GCR repository tagging it with the git hash and latest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcr_service_account | Service account secret for the GCR service user | yes | — |
| gcr_host | GCR Host to be used to store the image | no | us.gcr.io |
| gcr_project | Project which contains the desired repository | yes | — |
| gcr_repo | Additional repository path to be used (ending in /) | no | "" |
| gcr_image_name | Name for the image in GCR | yes | — |
| dockerfile_path | Path to the directory which contains the dockerfile to be built | no | "" |
| image_tag | Tag to be put on the image | no | ${{ github.sha }} |
Outputs
no outputs