os.#Container: mount secrets with a more consistent API
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
committed by
Solomon Hykes
parent
9d85bab9e7
commit
aa6335246b
@@ -84,7 +84,7 @@ import (
|
||||
NETLIFY_ACCOUNT: account.name
|
||||
}
|
||||
dir: "/src"
|
||||
mount: "/src": from: contents
|
||||
mount: "/run/secrets/token": secret: account.token
|
||||
mount: "/src": from: contents
|
||||
secret: "/run/secrets/token": account.token
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user