File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 85
85
86
86
- name : Run in Docker
87
87
uses : ./.github/workflows/run-in-docker.yml
88
- with :
89
- dockerfile : ./ci/linux-debian-wine.Dockerfile
90
- tag : ci-image
88
+ # with:
89
+ # dockerfile: ./ci/linux-debian-wine.Dockerfile
90
+ # tag: ci-image
91
91
92
92
# msvc_debian:
93
93
# name: ${{ matrix.configuration.job_name }}
Original file line number Diff line number Diff line change 1
1
on :
2
2
workflow_call :
3
- inputs :
4
- dockerfile :
5
- required : true
6
- type : string
7
- tag :
8
- required : true
9
- 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
10
13
11
14
jobs :
12
15
reusable_workflow_job :
You can’t perform that action at this time.
0 commit comments