Skip to content

Commit e4e17d5

Browse files
committed
Fix image name
1 parent 130c05b commit e4e17d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
tag=$platform-$version
120120
docker pull ghcr.io/ansys-dpf/dpf-standalone:$tag
121121
docker images
122-
echo "DPF_DOCKER=dpf-standalone:$tag" >> $GITHUB_ENV
122+
echo "DPF_DOCKER=ghcr.io/ansys-dpf/dpf-standalone:$tag" >> $GITHUB_ENV
123123
124124
# - name: "Install DPF"
125125
# id: set-server-path

0 commit comments

Comments
 (0)