Merge branch 'master' of https://git.stamm.me/OpenServer/MumbleDocker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
a67edb2155
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user