feat: with actual didn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-07 21:04:20 +02:00
parent 14ea48b0e8
commit b04473daaf

View File

@@ -2,6 +2,16 @@ type: docker
kind: pipeline
name: "shuttle-drone-templates"
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- ls /var/run
- set -eu
- sleep 10
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- name: "build"
image: docker.io/kasperhermansen/shuttle-drone:1680894029336
volumes: