try the build. and debug for debugging.
This commit is contained in:
parent
a72767097e
commit
41c5ad568c
1 changed files with 4 additions and 2 deletions
|
@ -28,16 +28,18 @@ steps:
|
||||||
- name: build_docker_image
|
- name: build_docker_image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: gittr.ch
|
registry: gittr.ch/java/labyrinth
|
||||||
username: manuel
|
username: manuel
|
||||||
password:
|
password:
|
||||||
from_secret: docker-token
|
from_secret: docker-token
|
||||||
repo: java/labyrinth-server
|
repo: java/labyrinth
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: "-ci"
|
auto_tag_suffix: "-ci"
|
||||||
|
debug: true
|
||||||
|
launch_debug: true
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- feature/docker
|
- feature/docker
|
||||||
|
|
Loading…
Reference in a new issue