try the build. and debug for debugging.

This commit is contained in:
Manuel Friedli 2023-03-31 10:42:04 +02:00 committed by Gitea
parent a72767097e
commit 41c5ad568c

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