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: {