a94763075/Push Docker Image to GAR by github action
Builds and pushes a Docker image to Google Artifact Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 4, 2025
- License
- None
Pinned Snippet
uses: a94763075/push-to-gar-github-action@9a51221601202c72720ccc9c0a41bdeef6198548 # v0.3.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gcloud_service_key | The GCP service account key in base64 encoded JSON | yes | — |
| project_id | The GCP project ID | yes | — |
| registry | The GAR registry location | yes | — |
| repository | The GAR repository name | yes | — |
| image_name | The name of the Docker image | yes | — |
| image_tags | Comma-separated list of tags for the Docker image | yes | — |
| dockerfile | Path to the Dockerfile | yes | — |
| build_args | Build arguments for Docker | no | — |
| build_args_by_newline | Build arguments for Docker, separated by newlines | no | — |
| stage | The stage of the deployment | no | dev |
| target | The target stage to stop the build at | no | "" |
| free_docker_build_parameter | Custom Docker build parameters | no | "" |
Outputs
no outputs