Fix dagger-for-github version

We assume that this will be out by the time this goes live.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-09 17:34:18 +00:00
parent b78be739aa
commit 74c3465ca0
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

@ -60,11 +60,10 @@ jobs:
- name: Deploy to Netlify
# https://github.com/dagger/dagger-for-github
uses: dagger/dagger-for-github@v0.2
uses: dagger/dagger-for-github@v2
with:
workdir: pkg/universe.dagger.io/examples/todoapp
plan: .
do: deploy
args: do deploy
```
</TabItem>