Skip to content

Commit

Permalink
remove arch path in image
Browse files Browse the repository at this point in the history
Signed-off-by: iutx <[email protected]>
  • Loading branch information
iutx committed Jan 24, 2024
1 parent b839597 commit 83486ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ setup_single_module_env() {
elif [ -d "build/dockerfiles/${APP_NAME}" ];then
DOCKERFILE="build/dockerfiles/${APP_NAME}/Dockerfile"
fi
DOCKER_IMAGE="${ARCH}/${APP_NAME}:${IMAGE_TAG}"
DOCKER_IMAGE="${APP_NAME}:${IMAGE_TAG}"
}

# setup envionment variables for build all
Expand Down

0 comments on commit 83486ad

Please sign in to comment.