From 5037a8824d5af73cbfbfeb2dc8e9268571ff5e4e Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Wed, 29 Apr 2026 14:19:41 +0700 Subject: [PATCH] fix(ci): set build_target to 'application' to reduce Docker image size Should be done after https://github.com/getsentry/snuba/pull/7909 is merged --- .github/workflows/image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 35933f3e38..5738cea3e4 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -31,6 +31,7 @@ jobs: image_name: 'snuba' platforms: linux/${{ matrix.platform }} dockerfile_path: 'Dockerfile' + build_target: 'application' tag_suffix: -${{ matrix.platform }} ghcr: true tag_nightly: false