From 187d71cb5b99616d370b46614a305af6ff305e62 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 22 Sep 2021 09:59:21 +0200 Subject: [PATCH] Enable image squash --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8b6498c..aff4b74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,8 @@ steps: repo: nemunaire/youp0m auto_tag: true auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} + experimental: true + squash: true username: from_secret: docker_username password: @@ -55,6 +57,8 @@ steps: repo: nemunaire/youp0m auto_tag: true auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} + experimental: true + squash: true username: from_secret: docker_username password: @@ -86,6 +90,8 @@ steps: repo: nemunaire/youp0m auto_tag: true auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} + experimental: true + squash: true username: from_secret: docker_username password: