File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 58
58
mingw_debian :
59
59
name : ${{ matrix.configuration.job_name }}
60
60
uses : ./.github/workflows/run-in-docker.yml
61
- # runs-on: ubuntu-latest
61
+ with :
62
+ dockerfile : ./ci/linux-debian-wine.Dockerfile
63
+ tag : ci-image
62
64
needs : docker_wine_cache
63
65
64
66
# env:
Original file line number Diff line number Diff line change 1
1
on :
2
2
workflow_call :
3
- # inputs:
4
- # dockerfile:
5
- # description: 'Dockerfile that defines an image'
6
- # required: true
7
- # type: string
8
- # tag:
9
- # description: 'Tag of an image'
10
- # default: 'ci-image'
11
- # required: false
12
- # type: string
3
+ inputs :
4
+ dockerfile :
5
+ description : ' Dockerfile that defines an image'
6
+ required : true
7
+ type : string
8
+ tag :
9
+ description : ' Tag of an image'
10
+ default : ' ci-image'
11
+ required : false
12
+ type : string
13
13
14
14
jobs :
15
15
reusable_workflow_job :
You can’t perform that action at this time.
0 commit comments