feat: latency optimization configs are changed #548
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' | |
| jobs: | |
| container_img_build_push_gar: | |
| # Allow the job to fetch a GitHub ID token | |
| permissions: | |
| id-token: write | |
| contents: read | |
| # The plan is to build and push each docker image in parallel. | |
| strategy: | |
| matrix: | |
| image: | |
| - us-west1-docker.pkg.dev/artifact-registry-1191/mee-node/mee-node | |
| # LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE | |
| # {owner}/{repo}/.github/workflows/{filename}@{ref} | |
| uses: bcnmy/mee-node/.github/workflows/container_img_build_push_gar.yaml@develop | |
| with: | |
| image: ${{ matrix.image }} | |
| dockerfile: Dockerfile | |
| push: false | |
| # GCP project where the identity provider is workload-identity-e697 | |
| gcp_project_number: '334188102066' | |
| gcp_pool_id: 'github-pool' | |
| gcp_provider_id: 'github-actions-wif-provider' | |
| # LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE | |
| gcp_registry: "us-west1-docker.pkg.dev/artifact-registry-1191/mee-node/mee-node" | |
| gcp_service_account: "sa-mee-node@workload-identity-e697.iam.gserviceaccount.com" |