Skip to content

Commit

Permalink
Merge pull request #6266 from mozilla/sumo-build-workflows
Browse files Browse the repository at this point in the history
chore(githubAction): adding  the build workflow
  • Loading branch information
Basma1912 authored Sep 30, 2024
2 parents ae1c329 + 0b39c8b commit 77c1dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
token_format: access_token
service_account: artifact-writer@${{ env.GCP_PROJECT_ID }}.iam.gserviceaccount.com
workload_identity_provider: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}

- id: docker_login
name: Log in to the container registry
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
token_format: access_token
service_account: deploy-${{ needs.build.outputs.deployment_env }}@moz-fx-sumo-${{ needs.build.outputs.deployment_realm }}.iam.gserviceaccount.com
workload_identity_provider: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}

- id: docker_login
name: docker login
Expand Down

0 comments on commit 77c1dc0

Please sign in to comment.