diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 391dc1d5..c46aef4c 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -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 @@ -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 @@ -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