Update deploy.yml
This commit is contained in:
parent
0df426f9d4
commit
4153cfa173
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -11,13 +11,13 @@ on:
|
|||
type: string
|
||||
description: 'Path to the Dockerfile'
|
||||
required: true
|
||||
default: 'dockerfiles/debian_large'
|
||||
default: 'dockerfiles/debian_mini'
|
||||
|
||||
IMAGE_SIZE:
|
||||
type: string
|
||||
description: 'Image size, 2000M max'
|
||||
description: 'Image size, 950M max'
|
||||
required: true
|
||||
default: '2000M'
|
||||
default: '600M'
|
||||
|
||||
DEPLOY_TO_GITHUB_PAGES:
|
||||
type: boolean
|
||||
|
|
Loading…
Add table
Reference in a new issue