ci: change release workflow dispatch tag
From "rc" (reserved for tag releases) to "preview". Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
bb2ab59d5c
commit
f402e2125a
|
|
@ -7,7 +7,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
description: 'image tag prefix'
|
description: 'image tag prefix'
|
||||||
default: 'rc'
|
default: 'preview'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue