Skip to content

Commit cee4ff9

Browse files
committed
ci: add container parameters input
1 parent 84cfd7a commit cee4ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/on-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
pre-checks:
1313
uses: qctrl/reusable-workflows/.github/workflows/poetry-pre-checks.yaml@master
1414
secrets: inherit
15+
with:
16+
container: "qctrl/ci-images:python-3.11-ci"
1517

1618
pytest:
1719
uses: qctrl/reusable-workflows/.github/workflows/pytest.yaml@master
@@ -22,3 +24,5 @@ jobs:
2224
publish:
2325
uses: qctrl/reusable-workflows/.github/workflows/poetry-publish-development.yaml@master
2426
secrets: inherit
27+
with:
28+
container: "qctrl/ci-images:python-3.11-ci"

0 commit comments

Comments
 (0)