Provides GitHub Workflow and Action samples.
| Repository | Workflow File | Actions | Description | Plugins |
|---|---|---|---|---|
| gke-workload-identity | build.yml | actions | GCP, gcloud, Docker, Terraform Python, pytest, publish unittest result, Sonarqube |
hashicorp/[email protected] jacobtomlinson/gha-find-replace@v2 actions/github-script@v6 actions/setup-java@v1 actions/setup-python@v4 google-github-actions/auth@v1 EnricoMi/publish-unit-test-result-action/composite@v2 actions/cache@v3 |
| jenkins-fargate-cdk | build.yml | actions | Docker, CDK, Sonarqube |
- Build multi-platform docker image files: docker-buildx-gcr.yml
-
Optimize build speed using the
cacheplugin: java/README.md
| Plugin | Description |
|---|---|
| actions/setup-java@v3 | |
| actions/setup-python@v4 | |
| actions/cache@v3 | |
| actions/github-script@v6 | |
| hashicorp/[email protected] | |
| jacobtomlinson/gha-find-replace@v2 | Find and Replace Action |
| google-github-actions/auth@v1 | GitHub Action authenticates to Google Cloud |
| EnricoMi/publish-unit-test-result-action/composite@v2 | Publish Test Results |


