We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb54f14 commit e2f2964Copy full SHA for e2f2964
.github/workflows/build.yml
@@ -311,6 +311,8 @@ jobs:
311
312
- name: Generate Dockerfile
313
# From docker.yml
314
+ # tox -e <environment name> command runs commands in `tox.ini`,
315
+ # in particlar the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
316
run: |
317
tox -e ${{ env.TOX_ENV }}
318
cp .tox/${{ env.TOX_ENV }}/Dockerfile .
0 commit comments