Compare commits

...

3 Commits

Author SHA1 Message Date
a67edb2155 Merge branch 'master' of https://git.stamm.me/OpenServer/MumbleDocker
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-16 11:22:45 +02:00
6bba16afcc Update to new version 2021-04-16 11:21:33 +02:00
a86c7cb680 Switch to new registry
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-19 19:11:42 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ steps:
password:
from_secret: docker_password
auto_tag: true
repo: hibas123.azurecr.io/mumble
registry: hibas123.azurecr.io
repo: docker.hibas123.de/mumble
registry: docker.hibas123.de
debug: true
when:
branch: [master]

View File

@ -2,7 +2,7 @@ FROM alpine:3.10
LABEL maintainer="Fabian Stamm <dev@fabianstamm.de>"
# Define Mumble version
ARG MUMBLE_VERSION=1.3.1
ARG MUMBLE_VERSION=1.3.4
# Create Mumble directories
RUN mkdir -pv /opt/mumble /etc/mumble