Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-26 12:28:24 +02:00
parent 7009d01835
commit a4167dc3f4
12 changed files with 53 additions and 37 deletions

View File

@@ -47,7 +47,9 @@ import (
source: dagger.#Artifact @dagger(input)
// Environment variables
env: [string]: string @dagger(input)
env: {
[string]: string @dagger(input)
}
#up: [
op.#FetchContainer & {
@@ -93,7 +95,9 @@ import (
// Specify the targeted binary name
output: string @dagger(output)
env: [string]: string @dagger(input)
env: {
[string]: string @dagger(input)
}
#up: [
op.#Copy & {