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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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