Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build and push taskbroker image
uses: getsentry/action-build-and-push-images@8fc75e483c09a68721f2c8951292ee17f8821766
uses: getsentry/action-build-and-push-images@dd9b907092cdd2dbc6c1a409f7290df1b391f6ee
with:
image_name: 'taskbroker'
platforms: linux/${{ matrix.platform }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build and push taskbroker image
uses: getsentry/action-build-and-push-images@8fc75e483c09a68721f2c8951292ee17f8821766
uses: getsentry/action-build-and-push-images@dd9b907092cdd2dbc6c1a409f7290df1b391f6ee
with:
image_name: 'taskbroker'
platforms: linux/amd64
Expand All @@ -90,7 +90,7 @@ jobs:
tag_latest: true
google_ar_image_name: ${{ matrix.image }}
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-taskbroker-push@sac-prod-sa.iam.gserviceaccount.com

self-hosted-end-to-end:
needs: [assemble-taskbroker-image]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-example-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build and push Python example image
uses: getsentry/action-build-and-push-images@a53f146fc1ea3cb404f2dcf7378f5b60dd98d3ca
uses: getsentry/action-build-and-push-images@dd9b907092cdd2dbc6c1a409f7290df1b391f6ee
with:
image_name: 'taskbroker-python-example'
platforms: linux/amd64
Expand Down
Loading