Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-01-07 16:46:43 -07:00
parent a184fe6fce
commit 62b58f7e39

View File

@ -5,13 +5,10 @@ import (
) )
engine.#Plan & { engine.#Plan & {
actions: { actions: build: engine.#Build & {
source: engine.#Scratch
build: engine.#Build & { dockerfile: contents: "FROM scratch"
source: engine.#Scratch // Assert that output is engine.#Scratch
dockerfile: contents: "FROM scratch" output: engine.#Scratch
// Assert that output is engine.#Scratch
output: engine.#Scratch
}
} }
} }