Skip to content

Commit 3bfc9d7

Browse files
fix(ci): Push docker image on release branches (#97936)
Picks up getsentry/action-build-and-push-images#13 Docker images were not being pushed for self-hosted images on release branches because of typo in regex matching for `release/*` branches instead of the correct `releases/*` name. Verified the behavior here: https://github.com/getsentry/sentry/actions/runs/16995779650/job/48186009883 Release 25.8.0 failure: https://github.com/getsentry/sentry/actions/runs/16995124446/job/48184013822
1 parent e4d9b49 commit 3bfc9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
python3 -m tools.fast_editable --path .
8282
python3 -m sentry.build.main
8383
84-
- uses: getsentry/action-build-and-push-images@6a8b87ba640ef1a79854ce57a7ba4411deb84762
84+
- uses: getsentry/action-build-and-push-images@07a1c835f7a78e0f438fc766cc6024ed0ca1bf03
8585
with:
8686
image_name: 'sentry'
8787
platforms: linux/${{ matrix.platform }}

0 commit comments

Comments
 (0)