-
Notifications
You must be signed in to change notification settings - Fork 854
Add outputs to screen #1351
Copy link
Copy link
Closed
Description
I find the pre-europa outputs very useful, just wish you could control which outputs to show.
Europa is well positioned for this, maybe something like:
engine.#Plan & {
actions: {
build: push: engine.#Push & { ... }
run: push: engine.#Push & { ... }
}
outputs: values: {
"build image": actions.build.push.result
"run image": actions.run.push.result
}
}Which would output:
Output Value
build image registry.example.net/repo:build@sha256:1b2bd4200d734dd3fb819faf21b9352f973f67c55cc8d59addeafc602835461a
run image registry.example.net/repo:run@sha256:3eaa0b49e5ed5831cfa372cd8f62615012ec87d27401c08f28c7cb1a8bae949f
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels