sendinblue/Build and Push
Build and push to GCR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Image name | yes | — |
| image-tag | Image tag | no | — |
| registry | Registry domain | no | gcr.io |
| gcp-project-id | GCP project ID | no | "" |
| gcp-service-account-key | GCP service account key | no | — |
| dockerfile | Name of the Dockerfile to use | no | ./Dockerfile |
| build-options | Additional options to pass to docker build command | no | "" |
| build-path | Location of the build context for the docker build command | no | . |
| use-buildkit | Set to "1" to enable DOCKER_BUILDKIT flag | no | "" |
Outputs
| name | description |
|---|---|
| image | Image address |
| image-tag | Image tag |
| image-full-name | Image name |
| image-digest | Image digest |