fbrinker-tileboard/.drone.yml

27 lines
390 B
YAML
Raw Permalink Normal View History

2022-03-28 20:00:45 +02:00
---
kind: pipeline
type: docker
name: default
clone:
skip_verify: true
steps:
- name: Build Dockerfile
image: ubuntu:latest
commands:
- lscpu
- name: Build & Publish Image
image: plugins/docker
settings:
repo: wajinhakim/fbrinker-tileboard
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch:
- master