26 lines
530 B
YAML
Raw Permalink Normal View History

2021-12-02 23:10:08 +01:00
kind: pipeline
type: docker
name: Minecraft Vanilla Server
steps:
- name: build public
image: plugins/docker
settings:
repo: kimdrechsel/minecraft-vanilla-server
username: kimdrechsel
registry: docker.io
password:
from_secret: dockerhub_token
dockerfile: ./Dockerfile
tags:
- latest
- ${MINECRAFT_SERVER_VERSION}
build_args_from_env:
- MINECRAFT_SERVER_VERSION
- DOWNLOAD_URL
depends_on:
- clone
trigger:
event:
- custom