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