mastodon/.drone.yml
Dalite Fur fb94cd866a
All checks were successful
continuous-integration/drone Build is passing
drone
2023-11-09 21:47:38 +01:00

19 lines
No EOL
370 B
YAML

kind: pipeline
name: mastodon
type: kubernetes
steps:
- name: build-image
image: plugins/docker
environment:
DOCKER_BUILDKIT: 1
settings:
registry: git.greyfox.tech
username:
from_secret: registry_user
password:
from_secret: registry_pass
repo: git.greyfox.tech/bark/mastodon
dockerfile: Dockerfile
tags:
- latest