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: version:
required: true required: true
type: string type: string
description: "'12', '13' or 'develop'" description: "Major version, git tags should match 'v{version}.*'; or 'develop'"
push: push:
required: true required: true
type: boolean type: boolean