Rename all occurrences of "labyrinth" to maze and update dependencies.

This commit is contained in:
Manuel Friedli 2023-05-16 03:01:48 +02:00
parent d9613b03ca
commit ca8f2bfec7
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
18 changed files with 129 additions and 129 deletions

View file

@ -26,6 +26,8 @@ steps:
environment:
REPO_TOKEN:
from_secret: repo-token
REPO_TOKEN_OSSRH:
from_secret: repo-token-ossrh
commands:
- mvn -s maven-settings.xml deploy -DskipTests=true
when:
@ -41,7 +43,7 @@ steps:
username: manuel
password:
from_secret: docker-token
repo: gittr.ch/java/labyrinth
repo: gittr.ch/java/a-maze-r
tags:
- latest
dockerfile: docker/Dockerfile
@ -59,7 +61,7 @@ steps:
username: manuel
password:
from_secret: docker-token
repo: gittr.ch/java/labyrinth
repo: gittr.ch/java/a-maze-r
tags:
- latest
- ${DRONE_TAG}