govanityurls/.drone.yml
Marvin Steadfast 58908e29de
All checks were successful
continuous-integration/drone/push Build is passing
adds dockerfile
2021-01-18 10:10:15 +01:00

32 lines
527 B
YAML

---
kind: pipeline
name: default
steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quay.io/xsteadfastx/govanityurls
registry: quay.io
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}