Skip to content

Commit 006729d

Browse files
authored
ci(ci): Bump action-build-and-push-images to latest commit hash (#5138)
### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
1 parent 6e360df commit 006729d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ jobs:
471471

472472
- name: Build and push to ghcr.io
473473
if: "!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'"
474-
uses: getsentry/action-build-and-push-images@4852d671d747d7c0268b2a3fc429fee9d4a16f78
474+
uses: getsentry/action-build-and-push-images@0a2c1207d9c733c838e443c35a4174a738977bd1
475475
with:
476476
image_name: ${{ matrix.image_name }}
477477
platforms: ${{ env.PLATFORMS }}
@@ -484,7 +484,7 @@ jobs:
484484

485485
- name: Build and publish docker artifact
486486
if: "github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]'"
487-
uses: getsentry/action-build-and-push-images@4852d671d747d7c0268b2a3fc429fee9d4a16f78
487+
uses: getsentry/action-build-and-push-images@0a2c1207d9c733c838e443c35a4174a738977bd1
488488
with:
489489
image_name: ${{ matrix.image_name }}
490490
platforms: ${{ env.PLATFORMS }}
@@ -559,7 +559,7 @@ jobs:
559559
done
560560
561561
- name: Build and push to Internal AR
562-
uses: getsentry/action-build-and-push-images@4852d671d747d7c0268b2a3fc429fee9d4a16f78
562+
uses: getsentry/action-build-and-push-images@0a2c1207d9c733c838e443c35a4174a738977bd1
563563
with:
564564
image_name: ${{ matrix.image_name }}
565565
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)