mastodon/.drone.yml
Sirius 1716cab62a
All checks were successful
continuous-integration/drone/tag Build is passing
Add drone workflow
2023-09-25 01:02:57 +02:00

26 lines
578 B
YAML

---
kind: pipeline
type: docker
name: build
steps:
- name: "Build Image"
image: "plugins/docker:20.14.4"
environment:
DOCKER_BUILDKIT: 1
settings:
registry: git.rabbithole.cyou
repo: git.rabbithole.cyou/paravielfalt/mastodon
config:
from_secret: docker_hub_credentials_dockerconfig
username:
from_secret: gitea_docker_registry_username
password:
from_secret: gitea_docker_registry_password
tags:
- "${DRONE_TAG}"
force_tag: true
dockerfile: Dockerfile
trigger:
event: [tag]