CI: Reduce default image size to partially compensate for poor performance of GitHub pages on first access
This commit is contained in:
parent
2047ae83e1
commit
dc3b736901
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ on:
|
||||||
type: string
|
type: string
|
||||||
description: 'Size of the base ext2 image. 950GB is the max size for Github pages, 2GB for Github release. Refer to the fallocate(1) manpage for multiplicative suffixes'
|
description: 'Size of the base ext2 image. 950GB is the max size for Github pages, 2GB for Github release. Refer to the fallocate(1) manpage for multiplicative suffixes'
|
||||||
required: true
|
required: true
|
||||||
default: '950MB'
|
default: '600MB'
|
||||||
|
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in a new issue