withoneai/google-artifact-registry-action
A GitHub action that authenticates to Google Artifact Registry, builds a Docker image and pushes it to an Artifact Registry repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Full Docker image name to build and push, including the registry, repository and tag | yes | — |
| service_account | GCP service account used to authenticate to Google Cloud | yes | — |
| workload_identity_provider | GCP workload identity provider used to authenticate to Google Cloud | yes | — |
| context | Build's context is the set of files located in the specified PATH or URL | no | — |
| file | Path to the `Dockerfile` to build | no | Dockerfile |
| build-args | The `build-args` to pass to `docker/build-push-action` | no | "" |
| secrets | The `secrets` to pass to `docker/build-push-action` | no | "" |
Outputs
no outputs