Skip to content

Commit 30e2df7

Browse files
committed
Tag image as latest
1 parent 3b17167 commit 30e2df7

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
@@ -118,7 +118,7 @@ jobs:
118118
version=${ansys_version:0:2}.${ansys_version:2:1}${suffix}
119119
image_name=$platform-$version
120120
docker pull ghcr.io/ansys-dpf/dpf-standalone:$image_name
121-
docker image tag $image_name $image_name:latest
121+
docker image tag $image_name: $image_name:latest
122122
docker images
123123
echo "DPF_DOCKER=$image_name" >> $GITHUB_ENV
124124

0 commit comments

Comments
 (0)