Skip to content

Commit

Permalink
update with bundler details
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa2010 committed Jan 26, 2024
1 parent d398131 commit 899cc08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_on_master_tw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
image:
- us-docker.pkg.dev/biconomy-prod/paymaster/tw-01-paymaster
- us-docker.pkg.dev/biconomy-prod/bundler/trustwallet
# LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE
# {owner}/{repo}/.github/workflows/{filename}@{ref}
uses: bcnmy/devops/.github/workflows/container_img_build_push_gar.yaml@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
image:
- us-docker.pkg.dev/biconomy-prod/paymaster/tw-01-paymaster
- us-docker.pkg.dev/biconomy-prod/bundler/trustwallet
# LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE
# {owner}/{repo}/.github/workflows/{filename}@{ref}
uses: bcnmy/devops/.github/workflows/container_img_build_push_gar.yaml@master
Expand All @@ -59,10 +59,10 @@ jobs:
gcp_project_number: '766873424314'
gcp_pool_id: 'pool-id-github-actions'
# gcp_provider_id: 'ga-GITHUB_REPO_NAME'
gcp_provider_id: 'ga-paymaster-service'
gcp_provider_id: 'ga-bundler'
# LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE
gcp_registry: 'us-docker.pkg.dev/biconomy-prod/paymaster/tw-01-paymaster'
gcp_service_account: 'sa-paymaster-service@prj-workload-identity-001.iam.gserviceaccount.com'
gcp_registry: 'us-docker.pkg.dev/biconomy-prod/bundler/trustwallet'
gcp_service_account: 'sa-bundler@prj-workload-identity-001.iam.gserviceaccount.com'

deploy_tw_staging:
needs: [container_img_build_push_gar]
Expand Down

0 comments on commit 899cc08

Please sign in to comment.