Files
shuttle-drone-templates/.drone.yml
kjuulh 56d1471ce3
Some checks failed
continuous-integration/drone/push Build is failing
feat: with exact version
2023-04-07 19:36:35 +02:00

26 lines
599 B
YAML

type: docker
kind: pipeline
name: "shuttle-drone-templates"
steps:
- name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680888967326
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
commands:
- sleep 5
- echo "${DOCKER_PASSWORD}" | docker login --password-stdin --username="${DOCKER_USERNAME}" "${DOCKER_HOST}"
- shuttle run build
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}