universe.dagger.io/examples/changelog.com: successful build

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2022-02-09 08:49:44 +00:00
parent 5a1ce0acac
commit e8a62cb3aa
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import (
}
container: command: {
name: "sh"
flags: "-c": "mix do deps.compile, compile"
flags: "-c": "mix do deps.get"
}
}

View File

@ -55,10 +55,10 @@ dagger.#Plan & {
}
// Assemble base image
_pull: docker.#Pull & {
base: docker.#Pull & {
source: inputs.params.app.image
}
image: _pull.output
image: base.output
// Download Elixir dependencies
deps: mix.#Get & {