Skip to content

Commit b4824ad

Browse files
authored
fix(ci): set build_target to 'application' to reduce Docker image size (#7913)
Should be done after #7909 is merged
1 parent 83fcc0e commit b4824ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
image_name: 'snuba'
3232
platforms: linux/${{ matrix.platform }}
3333
dockerfile_path: 'Dockerfile'
34+
build_target: 'application'
3435
tag_suffix: -${{ matrix.platform }}
3536
ghcr: true
3637
tag_nightly: false

0 commit comments

Comments
 (0)