Merge branch 'master' of https://git.stamm.me/OpenServer/MumbleDocker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2021-04-16 11:22:45 +02:00
commit a67edb2155
2 changed files with 60 additions and 39 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
steps:
- name: Publish to docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
repo: docker.hibas123.de/mumble
registry: docker.hibas123.de
debug: true
when:
branch: [master]
event:
exclude:
- pull_request

View File

@ -1,5 +1,5 @@
FROM alpine:3.10 FROM alpine:3.10
LABEL maintainer="Chris Kankiewicz <Chris@ChrisKankiewicz.com>" LABEL maintainer="Fabian Stamm <dev@fabianstamm.de>"
# Define Mumble version # Define Mumble version
ARG MUMBLE_VERSION=1.3.4 ARG MUMBLE_VERSION=1.3.4