feed-the-void/.drone.yml

14 lines
261 B
YAML
Raw Normal View History

2023-11-21 11:53:00 -06:00
kind: pipeline
name: default
steps:
- name: build and publish
image: plugins/docker
pull: always
settings:
repo: askiiart/feed-the-void
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password