We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c112cb3 commit 998f7a8Copy full SHA for 998f7a8
1 file changed
.github/workflows/release-x-nightly.yml
@@ -19,6 +19,21 @@ on:
19
required: false
20
default: 'nightly-dev'
21
22
+ workflow_dispatch:
23
+ inputs:
24
+ branch-to-build:
25
+ # do not use branch as name as it will be master in a scheduled run
26
+ type: string
27
+ description: 'Branch to checkout, build and publish'
28
+ required: false
29
+ default: 'dev'
30
+ tag-to-apply:
31
32
+ description: 'Tag to apply to the images'
33
34
+ default: 'nightly-dev'
35
+
36
37
jobs:
38
tag:
39
runs-on: ubuntu-latest
0 commit comments