Commit 3bfc9d7
authored
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/481840138221 parent e4d9b49 commit 3bfc9d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments