Version auf 0.9.6 erhöht, Production-Bundle aktualisiert, Docker-Push-Skript hinzugefügt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
docker_push.sh
Executable file
6
docker_push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
# 1. Login (mit deinen Credentials)
|
||||
echo "G8m0T3vz" | docker login registry.assecutor.org -u adsg --password-stdin
|
||||
|
||||
# Dann ganz normal pushen
|
||||
docker buildx build --platform linux/amd64 -t registry.assecutor.org/votianlt:0.9.6 --push .
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>de.assecutor.votianlt</groupId>
|
||||
<artifactId>votianlt</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user