Skip to content

Commit

Permalink
Update flytekit_scripts/flytekit_build_image.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Honnix <honnix@users.noreply.github.com>
  • Loading branch information
andresgomezfrr and honnix authored Nov 30, 2022
1 parent c6cf920 commit d79f5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit_scripts/flytekit_build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi
echo "Building: $FLYTE_INTERNAL_IMAGE using $TARGET_PLATFORM_BUILD architecture"

# This build command is the raison d'etre of this script, it ensures that the version is injected into the image itself
eval "$(docker build ${DOCKER_PLATFORM_OPT} . --build-arg tag=${FLYTE_INTERNAL_IMAGE} -t ${FLYTE_INTERNAL_IMAGE} -f ${DOCKERFILE_PATH})"
docker build ${DOCKER_PLATFORM_OPT} . --build-arg tag=${FLYTE_INTERNAL_IMAGE} -t ${FLYTE_INTERNAL_IMAGE} -f ${DOCKERFILE_PATH}

echo "$IMAGE_NAME built locally."

Expand Down

0 comments on commit d79f5d2

Please sign in to comment.