This commit is contained in:
parent
b70b1a4240
commit
89bce329b2
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user