Skip to content

Commit aa96588

Browse files
committed
Correct image name
1 parent e550ba8 commit aa96588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ jobs:
115115
fi
116116
docker pull ghcr.io/ansys-dpf/dpf-standalone:$platform-26.1
117117
docker images
118-
docker container list -a
119-
echo "DPF_DOCKER=dpfv2026.1.pre0" >> $GITHUB_ENV
118+
echo "DPF_DOCKER=$platform-26.1" >> $GITHUB_ENV
120119
121120
# - name: "Install DPF"
122121
# id: set-server-path

0 commit comments

Comments
 (0)