mastodon/.drone.yml

33 lines
709 B
YAML
Raw Permalink Normal View History

2023-11-09 21:47:38 +01:00
kind: pipeline
name: mastodon
type: kubernetes
steps:
2023-11-30 12:14:24 +01:00
- name: build-mastodon
2023-11-09 21:47:38 +01:00
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
2023-11-30 12:14:24 +01:00
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
2023-11-09 21:47:38 +01:00
tags:
- latest