hatecomputers.club/.drone.yml

22 lines
382 B
YAML

---
kind: pipeline
type: docker
name: build and publish docker image
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: gitea_packpub_username
password:
from_secret: gitea_packpub_password
registry: git.hatecomputers.club
repo: hatecomputers/hatecomputers.club
tags:
- latest
- main
trigger:
branch:
- main