hahow/Publish Docker Image
Build Docker image and push it to Google Container Registry (GCR)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcloud_auth_key | The JSON key that is used to access GCR | yes | — |
| gcloud_project_id | Your Google Cloud Platform project ID | yes | — |
| hostname | The GCR hostname, which specifies the region of the registry's storage | yes | — |
| dockerfile_path | The path of Dockerfile | yes | . |
| image_name | The name of docker image (without hostname and tag) | yes | — |
Outputs
| name | description |
|---|---|
| image_repository | The repository of the pushed image |
| image_version | The image version correspond to the git branch or tag |