Merge branch 'main' into cloudrun-support

This commit is contained in:
Tihomir Jovicic
2021-06-22 12:30:48 +02:00
89 changed files with 553 additions and 2184 deletions

View File

@@ -140,10 +140,10 @@ import (
)
// Source code of the sample application
src: dagger.#Artifact @dagger(input)
src: dagger.#Artifact & dagger.#Input
```
This defines a component at the key `src`, of type `dagger.#Artifact`, annotated as an user input.
This defines a component at the key `src`, and specifies that it is both an artifact and an input.
### Component 2: yarn package