ci: 👷 add pipeline to publish docker image
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
RaviAnand Mohabir 2024-06-22 16:28:06 +02:00
parent 2457914641
commit e901168e7f

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: publish Docker image
steps:
- name: publish
image: plugins/docker
settings:
repo: gitea.dikurium.ch/InnoPeak/drone-gitea-release
auto_tag: true
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch: [main]
event: [push]