with tag
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-29 00:01:01 +02:00
parent c950d97a34
commit 8472cac579
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -12,10 +12,10 @@ steps:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
commands: commands:
- "sleep 5" - "sleep 5"
- docker build -t dagger-test-builder . - docker build -t dagger-test-builder:${DRONE_COMMIT} .
- name: "run-pipeline" - name: "run-pipeline"
image: dagger-test-builder image: dagger-test-builder:${DRONE_COMMIT}
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run