universe.dagger.io/examples/changelog.com: successful build
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
5a1ce0acac
commit
e8a62cb3aa
@ -16,7 +16,7 @@ import (
|
|||||||
}
|
}
|
||||||
container: command: {
|
container: command: {
|
||||||
name: "sh"
|
name: "sh"
|
||||||
flags: "-c": "mix do deps.compile, compile"
|
flags: "-c": "mix do deps.get"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,10 +55,10 @@ dagger.#Plan & {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Assemble base image
|
// Assemble base image
|
||||||
_pull: docker.#Pull & {
|
base: docker.#Pull & {
|
||||||
source: inputs.params.app.image
|
source: inputs.params.app.image
|
||||||
}
|
}
|
||||||
image: _pull.output
|
image: base.output
|
||||||
|
|
||||||
// Download Elixir dependencies
|
// Download Elixir dependencies
|
||||||
deps: mix.#Get & {
|
deps: mix.#Get & {
|
||||||
|
Reference in New Issue
Block a user