docker-rainloop/.drone.yml

25 lines
409 B
YAML
Raw Permalink Normal View History

2021-02-17 05:32:26 +00:00
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
environment:
2021-05-08 01:44:51 +00:00
VERSION: 1.16.0
2021-02-17 05:32:26 +00:00
steps:
- name: config
image: alpine
commands:
- echo -n "$VERSION,latest" > .tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/rainloop