diff options
-rwxr-xr-x | update-planet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-planet.sh b/update-planet.sh index d6470d67..828ace52 100755 --- a/update-planet.sh +++ b/update-planet.sh @@ -16,5 +16,5 @@ docker run \ --restart no \ --mount type=bind,source="$(pwd)"/htdocs,target=/var/www/planet.gentoo.org/build \ --mount type=bind,source="$(pwd)"/data,target=/var/www/planet.gentoo.org/data \ - --name ${IMAGE}_${TS} \ + --name planet-pluto_${TS} \ ${IMAGE}:${TAG} |