japerry911/build-push-docker-gcp-artifact-registry-action
Build and push a Docker image to Google Cloud Artifact Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile_path | Path to the Dockerfile. | yes | Dockerfile |
| docker_target | Docker target stage. | yes | — |
| tags | Docker image tags | yes | — |
| build_args | Key-value pairs that will be exported in docker build-args command. | no | "" |
| gcp_credentials_json | Google Cloud Service Account JSON, it is recommended to feed this with a GitHub secret value. | no | "" |
| workload_identity_provider | Workload Identity Provider for Google Cloud | no | "" |
| service_account | Service Account for Google Cloud, used with Workload Identity | no | "" |
| enable_cache | Enable Docker build caching | no | true |
Outputs
no outputs