This commit is contained in:
parent
58cb2b0758
commit
52e8db46fa
1 changed files with 22 additions and 0 deletions
22
.drone.yml
Normal file
22
.drone.yml
Normal 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
|
Loading…
Reference in a new issue