File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
description : ' Docker tag (e.g. 1.1.0 or stable)'
12
12
required : true
13
13
default : ' x.y.z'
14
+ stormTag :
15
+ description : ' Docker tag of Storm base image (e.g. 1.1.0 or stable)'
16
+ required : true
17
+ default : ' x.y.z'
14
18
15
19
env :
16
20
IMAGE : movesrwth/stormpy
@@ -25,13 +29,13 @@ jobs:
25
29
matrix :
26
30
image :
27
31
- {tag: "${{ github.event.inputs.tag }}-debug",
28
- baseImg : " movesrwth/storm:${{ github.event.inputs.tag }}-debug" ,
32
+ baseImg : " movesrwth/storm:${{ github.event.inputs.stormTag }}-debug" ,
29
33
file : " Dockerfile" ,
30
34
buildType : " Debug" ,
31
35
setupArgs : " --debug"
32
36
}
33
37
- {tag: "${{ github.event.inputs.tag }}",
34
- baseImg : " movesrwth/storm:${{ github.event.inputs.tag }}" ,
38
+ baseImg : " movesrwth/storm:${{ github.event.inputs.stormTag }}" ,
35
39
file : " Dockerfile" ,
36
40
buildType : " Release" ,
37
41
setupArgs : " "
You can’t perform that action at this time.
0 commit comments