feature/docker #3

Merged
manuel merged 14 commits from feature/docker into master 2023-04-01 00:26:23 +02:00
Showing only changes of commit 41c5ad568c - Show all commits

View file

@ -28,16 +28,18 @@ steps:
- name: build_docker_image
image: plugins/docker
settings:
registry: gittr.ch
registry: gittr.ch/java/labyrinth
username: manuel
password:
from_secret: docker-token
repo: java/labyrinth-server
repo: java/labyrinth
tags:
- latest
dockerfile: docker/Dockerfile
auto_tag: true
auto_tag_suffix: "-ci"
debug: true
launch_debug: true
when:
branch:
- feature/docker