feat: with docker cli
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:53:34 +02:00
parent b70b1a4240
commit 89bce329b2
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: "shuttle-drone-templates"
steps:
- name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680889303458
image: docker.io/kasperhermansen/shuttle-drone:1680889993558
volumes:
- name: dockersock
path: /var/run

View File

@ -63,7 +63,7 @@ func Build(ctx context.Context) error {
Container(dagger.ContainerOpts{
Platform: platform,
}).
From("docker:dind").
From("docker:cli").
Directory("/usr/local/bin").
File("docker")