docker-pleroma/.drone.yml

23 lines
399 B
YAML
Raw Normal View History

2023-03-26 14:13:21 +00:00
---
kind: pipeline
type: docker
name: CI
steps:
- name: docker
image: plugins/docker
settings:
username: phundrak
password:
from_secret: dh_key
repo: phundrak/pleroma
tags:
- latest
platform: linux/amd64
build_args: |
buildx_argv=(
--pull
--platform amd64
--tag "phundrak/pleroma:latest"
)