lith 2 years ago
parent
commit
e9216bcd26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Publish/DevOps/release-bash/73.docker-image-build-push.sh

+ 1 - 1
Publish/DevOps/release-bash/73.docker-image-build-push.sh

@@ -65,7 +65,7 @@ do
     if [ -f "$dockerPath/$dockerName/Dockerfile.platform" ]; then platform=`cat "$dockerPath/$dockerName/Dockerfile.platform"`; fi
 
     echo "docker build $dockerName, platform: $platform"
-    docker buildx build $dockerPath/$dockerName -t $DOCKER_SERVER$DOCKER_USERNAME/$dockerName:$version -t $DOCKER_SERVER$DOCKER_USERNAME/$dockerName --platform=$platform --push --builder $builderName
+    docker buildx build $dockerPath/$dockerName -t $DOCKER_SERVER/$dockerName:$version -t $DOCKER_SERVER/$dockerName --platform=$platform --push --builder $builderName
   fi
 done