.drone.yml created
continuous-integration/drone Build is failing Details

This commit is contained in:
Philipp 2023-03-20 14:17:28 +01:00 committed by Gitea
parent 58cb2b0758
commit 52e8db46fa
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
kind: pipeline
type: docker
name: build-docker
platform:
os: linux
arch: amd64
steps:
- name: source-chat-relay-docker
image: plugins/docker
settings:
registry: git.snrd.eu
repo: git.snrd.eu/spenny.tf/source-chat-relay-docker
cache_from: "git.snrd.eu/spenny.tf/source-chat-relay-docker:latest"
context: ./
dockerfile: ./Dockerfile
username:
from_secret: gitea_username
password:
from_secret: gitea_token