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 130c05b commit e4e17d5Copy full SHA for e4e17d5
.github/workflows/examples_docker.yml
@@ -119,7 +119,7 @@ jobs:
119
tag=$platform-$version
120
docker pull ghcr.io/ansys-dpf/dpf-standalone:$tag
121
docker images
122
- echo "DPF_DOCKER=dpf-standalone:$tag" >> $GITHUB_ENV
+ echo "DPF_DOCKER=ghcr.io/ansys-dpf/dpf-standalone:$tag" >> $GITHUB_ENV
123
124
# - name: "Install DPF"
125
# id: set-server-path
0 commit comments