Skip to content

Commit 8d381a1

Browse files
committed
fix(ci): docker
1 parent 076f7cb commit 8d381a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: "Run container"
138138
run: |
139-
docker run --detach --name fluent -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }}
139+
docker run --detach --name fluent -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }} ${{ env.DOCKER_IMAGE_FLUENT }}:${{ env.DOCKER_IMAGE_TAG }}
140140
141141
- name: "Build documentation"
142142
uses: ansys/actions/doc-build@v10

0 commit comments

Comments
 (0)