Skip to content

Commit 6df674b

Browse files
committed
debug 4
1 parent 65f3bc7 commit 6df674b

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
mingw_debian:
5959
name: ${{ matrix.configuration.job_name }}
6060
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
6264
needs: docker_wine_cache
6365

6466
# env:

.github/workflows/run-in-docker.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
on:
22
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
1313

1414
jobs:
1515
reusable_workflow_job:

0 commit comments

Comments
 (0)