stafftastic/Build and Push Container Image
Build and push Docker image to Google Artifact Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the image to build | yes | — |
| context | The Docker context | yes | . |
| file | The Dockerfile to build | yes | Dockerfile |
| project | The Google Cloud Platform project to push to | yes | — |
| repository | The repository in Google Artifact Registry to push to | yes | — |
| region | The Google Cloud Platform region where the repository is located | yes | europe-west3 |
| serviceAccountKey | The Service Account key to authenticate with Google Artifact Registry | yes | — |
| build-args | List of build-time variables | no | — |
| tags | Image tag generation parameters | no | — |
Outputs
| name | description |
|---|---|
| image | The pushed image including the tag |