docs/1203: keep code sample on topic

Shorten one of the code samples, keeping only the part that speaks to the topic in the docs.
This commit is contained in:
Solomon Hykes
2022-03-26 21:47:37 -07:00
committed by GitHub
parent 9f042800da
commit 11586abfdc

View File

@@ -8,8 +8,4 @@ dagger.#Plan & {
// Convert a CUE value into a YAML formatted string // Convert a CUE value into a YAML formatted string
contents: yaml.Marshal(actions.pull.output.config) contents: yaml.Marshal(actions.pull.output.config)
} }
actions: pull: docker.#Pull & {
source: "alpine"
}
} }