From f652d3763e7b10c4911039a27f30a6e74f84b9fa Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Wed, 17 May 2023 22:47:07 +0200 Subject: [PATCH] Workflow: Use power-of-two sizes for the image --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a0507a0..be3fd49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,9 +15,9 @@ on: IMAGE_SIZE: type: string - description: 'Image size, 950MB max.' + description: 'Image size, 950M max.' required: true - default: '600MB' + default: '600M' LOGIN_UGID: type: string