change registry
This commit is contained in:
parent
e674b34b85
commit
c5e2ea0b9e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
branch:
|
||||
include:
|
||||
- master
|
||||
- feature/*
|
||||
# - feature/*
|
||||
- name: deploy
|
||||
image: maven:3.8-openjdk-18-slim
|
||||
environment:
|
||||
|
@ -28,7 +28,7 @@ steps:
|
|||
- name: build_docker_image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: gittr.ch/java/labyrinth
|
||||
registry: gittr.ch
|
||||
username: manuel
|
||||
password:
|
||||
from_secret: docker-token
|
||||
|
|
Loading…
Reference in a new issue