Update deploy.yml

This commit is contained in:
LordMittens 2023-10-09 13:51:43 +02:00 committed by GitHub
parent 0df426f9d4
commit 4153cfa173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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