updated readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-29 01:34:32 +02:00
parent b77e7e0d69
commit 7a3b4067f3
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -5,9 +5,9 @@ trusted repository in Droneci. But as we are using docker and dagger, this can
be done locally just as well
```bash
export dagger-tag=$(openssl rand -hex 12)
docker build -t dagger-test-builder:${dagger-tag} .
docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${dagger-tag} ./dagger 'https://github.com/kpenfound/greetings-api.git'
dagger_tag=$(openssl rand -hex 12)
docker build -t dagger-test-builder:${dagger_tag} .
docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${dagger_tag} ./dagger 'https://github.com/kpenfound/greetings-api.git'
```
![recording of above command](assets/demo.gif)