Skip to content

Commit

Permalink
fix meta echo without arch
Browse files Browse the repository at this point in the history
Signed-off-by: iutx <[email protected]>
  • Loading branch information
iutx committed Jan 31, 2024
1 parent 5c86022 commit 353d454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ setup_single_module_env() {
DOCKERFILE="build/dockerfiles/${APP_NAME}/Dockerfile"
fi
DOCKER_IMAGE="${APP_NAME}:${IMAGE_TAG_WITH_ARCH}"
IMAGE_TAG="${IMAGE_TAG_WITH_ARCH}"
}

# setup envionment variables for build all
Expand Down

0 comments on commit 353d454

Please sign in to comment.