From 376034dc56541815750d4bf38439a853186e1307 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 5 Mar 2024 01:57:25 -0800 Subject: [PATCH] nit Signed-off-by: Kevin Su --- docker/sandbox-bundled/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sandbox-bundled/Makefile b/docker/sandbox-bundled/Makefile index bf901742cc..1c080db16a 100644 --- a/docker/sandbox-bundled/Makefile +++ b/docker/sandbox-bundled/Makefile @@ -47,7 +47,7 @@ manifests: dep_update kustomize/complete-agent > manifests/complete-agent.yaml .PHONY: build -build: create_builder flyte dep_update manifests +build: flyte dep_update manifests docker buildx build --builder flyte-sandbox --allow security.insecure --load \ --tag flyte-sandbox:latest .