Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2

- name: Build and push image to single-region registry
uses: getsentry/action-build-and-push-images@b172ab61a5f7eabd58bd42ce231b517e79947c01
uses: getsentry/action-build-and-push-images@dd9b907092cdd2dbc6c1a409f7290df1b391f6ee
with:
image_name: 'vroom'
platforms: linux/amd64
Expand All @@ -163,10 +163,10 @@ jobs:
tag_latest: true
google_ar_image_name: us-central1-docker.pkg.dev/sentryio/vroom/vroom
google_workload_identity_provider: projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool
google_service_account: gha-gcr-push@sac-prod-sa.iam.gserviceaccount.com
google_service_account: gha-vroom-push@sac-prod-sa.iam.gserviceaccount.com

- name: Build and push image to multi-region registry
uses: getsentry/action-build-and-push-images@b172ab61a5f7eabd58bd42ce231b517e79947c01
uses: getsentry/action-build-and-push-images@dd9b907092cdd2dbc6c1a409f7290df1b391f6ee
with:
image_name: 'vroom'
platforms: linux/amd64
Expand All @@ -177,4 +177,4 @@ jobs:
tag_latest: true
google_ar_image_name: us-docker.pkg.dev/sentryio/vroom-mr/vroom
google_workload_identity_provider: projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool
google_service_account: gha-gcr-push@sac-prod-sa.iam.gserviceaccount.com
google_service_account: gha-vroom-push@sac-prod-sa.iam.gserviceaccount.com
Loading