docs: 🐛 fix wrong gcpcloudrun package url
Issues closed by this change: https://github.com/dagger/dagger/issues/1218 Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
971346c6d5
commit
2d8c296f39
@ -39,7 +39,7 @@ That will create 2 directories: `.dagger` and `cue.mod` where our package will r
|
|||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
In our example we will use `gcpcloudrun` package from [github](https://github.com/dagger/packages/blob/main/gcpcloudrun/source.cue)
|
In our example we will use `gcpcloudrun` package from [github](https://github.com/tjovicic/dagger-modules/tree/main/gcpcloudrun)
|
||||||
Let's first add it to our `source.cue` file:
|
Let's first add it to our `source.cue` file:
|
||||||
|
|
||||||
```cue title="./source.cue"
|
```cue title="./source.cue"
|
||||||
|
Reference in New Issue
Block a user