Workflow: Use power-of-two sizes for the image
This commit is contained in:
parent
9b4dcf8a2d
commit
f652d3763e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue