From 7ec96c45f844115d90d50842f31b003aedb5b192 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Tue, 16 Mar 2021 13:56:35 -0400 Subject: [PATCH] add missing ops to #Op in stdlib/llb Signed-off-by: Tony Worm --- stdlib/llb/llb.cue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/stdlib/llb/llb.cue b/stdlib/llb/llb.cue index faead535..fddbe8ff 100644 --- a/stdlib/llb/llb.cue +++ b/stdlib/llb/llb.cue @@ -2,7 +2,18 @@ package llb // One operation in a script -#Op: #FetchContainer | #FetchGit | #Export | #Exec | #Local | #Copy | #Load | #Subdir | #WriteFile | #Mkdir +#Op: #Export | + #FetchContainer | + #PushContainer | + #FetchGit | + #Exec | + #Local | + #Copy | + #Load | + #Subdir | + #WriteFile | + #Mkdir | + #Dockerbuild // Export a value from fs state to cue #Export: {