hatecomputers.club/.drone.yml

22 lines
382 B
YAML
Raw Normal View History

2024-03-26 18:00:05 -04:00
---
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
2024-03-26 18:04:01 -04:00
registry: git.hatecomputers.club
repo: hatecomputers/hatecomputers.club
2024-03-26 18:00:05 -04:00
tags:
- latest
- main
trigger:
branch:
2024-03-26 18:04:01 -04:00
- main