From 826994592a02d9dae7fc1be829a2a6837cda9810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20Damjanovi=C4=87?= Date: Wed, 21 Aug 2024 22:11:44 +0200 Subject: [PATCH] feat: squash the layered images (#386) feat: squash reduces the number of custom layers to 1. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c3c60c..ec2cf49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,3 +151,4 @@ jobs: registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} maximize_build_space: true + squash: true