This commit is contained in:
parent
bcbdfc19fd
commit
fb94cd866a
1 changed files with 19 additions and 0 deletions
19
.drone.yml
Normal file
19
.drone.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
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
|
Loading…
Reference in a new issue