mastodon/.drone.yml
Dalite 2656e00d74
All checks were successful
continuous-integration/drone Build is passing
update ci
2023-11-30 12:14:24 +01:00

33 lines
No EOL
709 B
YAML

kind: pipeline
name: mastodon
type: kubernetes
steps:
- name: build-mastodon
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
- name: build-streaming
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-streaming
dockerfile: streaming/Dockerfile
tags:
- latest