From 0fa9bb7161aacd56c6ecd1850c53d7eba7821dec Mon Sep 17 00:00:00 2001 From: neel Date: Thu, 11 Jun 2026 09:35:20 +0000 Subject: [PATCH] ci: use ghcr image mirror for redis service (latest 7.0.8-bullseye) Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> --- .github/workflows/sentry_resque_test.yml | 2 +- .github/workflows/sentry_ruby_test.yml | 2 +- .github/workflows/sentry_sidekiq_test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sentry_resque_test.yml b/.github/workflows/sentry_resque_test.yml index 9b87eb67d..16fa3ccf2 100644 --- a/.github/workflows/sentry_resque_test.yml +++ b/.github/workflows/sentry_resque_test.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 services: redis: - image: redis:5 + image: ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye ports: - 6379:6379 options: >- diff --git a/.github/workflows/sentry_ruby_test.yml b/.github/workflows/sentry_ruby_test.yml index 614904ed2..d4a3001ee 100644 --- a/.github/workflows/sentry_ruby_test.yml +++ b/.github/workflows/sentry_ruby_test.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 10 services: redis: - image: redis:6 + image: ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye ports: - 6379:6379 options: >- diff --git a/.github/workflows/sentry_sidekiq_test.yml b/.github/workflows/sentry_sidekiq_test.yml index 0f3244128..18413c0b4 100644 --- a/.github/workflows/sentry_sidekiq_test.yml +++ b/.github/workflows/sentry_sidekiq_test.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 services: redis: - image: redis:${{ (contains(matrix.sidekiq_version, '7.0') || contains(matrix.sidekiq_version, '8.0')) && '6' || '5' }} + image: ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye ports: - 6379:6379 options: >-