piotr-krusinski/Google Artifact Registry Build & Push
Build image and push image to Google Artifact Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| google_project_id | Google project ID of your project where Artifact Registry is created | yes | — |
| google_artifact_registry_region | Google Artifact Registry region | yes | — |
| google_artifact_registry_hostname | Google Artifact Registry hostname | yes | — |
| google_artifact_registry_name | Google Artifact Registry repository name | yes | — |
| service_account_key | Base64 version of Google Cloud Platform service key to access Artifact Registry | yes | — |
| dockerfile | Path to dockerfile | yes | — |
| image_name | Name of created image | yes | — |
| tag_list | Tag list separated by space, if no tag is specified then it will use latest tag (example: tag_1 tag_2 tag_3) | no | — |
| build_args | List of build args that will be used to build docker image | no | — |
Outputs
no outputs