2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00

Update version input description in docker-build-push

This commit is contained in:
Lev Vereshchagin 2021-12-17 11:59:08 +03:00
parent 668fbba22a
commit 5780727208

View File

@ -10,7 +10,7 @@ on:
version:
required: true
type: string
description: "'12', '13' or 'develop'"
description: "Major version, git tags should match 'v{version}.*'; or 'develop'"
push:
required: true
type: boolean