remove push to private registry
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Kim Oliver Drechsel 2022-03-01 00:14:52 +01:00
parent da14a38418
commit 70f5bbb492
Signed by: Kim
GPG Key ID: B9D907EF02605A07

View File

@ -3,21 +3,6 @@ type: docker
name: Minecraft Vanilla Server
steps:
- name: build private
image: plugins/docker
settings:
repo: docker-registry.pyas.de/games/minecraft-vanilla-server
registry: docker-registry.pyas.de
dockerfile: ./Dockerfile
tags:
- latest
- ${MINECRAFT_SERVER_VERSION}
build_args_from_env:
- MINECRAFT_SERVER_VERSION
- DOWNLOAD_URL
depends_on:
- clone
- name: build public
image: plugins/docker
settings: