File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
serverBump :
7
- description : " Bump server version"
7
+ description : ' Bump server version'
8
8
required : true
9
- default : " false"
9
+ default : ' false'
10
10
type : choice
11
11
options :
12
- - " false"
12
+ - ' false'
13
13
- minor
14
14
- patch
15
15
mobileBump :
16
- description : " Bump mobile build number"
16
+ description : ' Bump mobile build number'
17
17
required : false
18
18
type : boolean
19
19
46
46
with :
47
47
author_name : Alex The Bot
48
48
49
- default_author : user_info
50
- message : " Version ${{ env.IMMICH_VERSION }}"
49
+ default_author : user_info
50
+ message : ' Version ${{ env.IMMICH_VERSION }}'
51
51
tag : ${{ env.IMMICH_VERSION }}
52
52
push : true
53
53
85
85
docker/example.env
86
86
docker/hwaccel.ml.yml
87
87
docker/hwaccel.transcoding.yml
88
+ docker/prometheus.yml
88
89
*.apk
You can’t perform that action at this time.
0 commit comments