docker.#Run: remove redundant image
field
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -59,6 +59,7 @@ import (
|
||||
|
||||
// Run the netlify client in a container
|
||||
container: bash.#Run & {
|
||||
input: _build.output
|
||||
script: {
|
||||
_load: engine.#Source & {
|
||||
path: "."
|
||||
@@ -68,8 +69,6 @@ import (
|
||||
filename: "deploy.sh"
|
||||
}
|
||||
|
||||
image: _build.output
|
||||
|
||||
always: true
|
||||
env: {
|
||||
NETLIFY_SITE_NAME: site
|
||||
|
Reference in New Issue
Block a user