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 076f7cb commit 8d381a1Copy full SHA for 8d381a1
.github/workflows/ci_cd_pr.yml
@@ -136,7 +136,7 @@ jobs:
136
137
- name: "Run container"
138
run: |
139
- docker run --detach --name fluent -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }}
+ docker run --detach --name fluent -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }} ${{ env.DOCKER_IMAGE_FLUENT }}:${{ env.DOCKER_IMAGE_TAG }}
140
141
- name: "Build documentation"
142
uses: ansys/actions/doc-build@v10
0 commit comments