This repository has been archived on 2024-04-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dagger/examples/repro-14/main.cue
2021-01-12 10:31:50 -08:00

14 lines
124 B
CUE

package main
www: {
source: {
#dagger: compute: [
{
do: "fetch-container"
ref: "lalalalala",
},
]
}
}