3 Commits

Author SHA1 Message Date
thischwa cb35c42b12 LICENSE aktualisiert
Build and Push Docker Image / build-and-push (push) Successful in 15s
2026-07-12 18:17:35 +02:00
thischwa 5f21101b59 Add link to Gitea Packages in README
Build and Push Docker Image / build-and-push (push) Successful in 13s
2026-07-12 13:59:26 +02:00
thischwa 0c9ad846f4 Initial commit
Build and Push Docker Image / build-and-push (push) Successful in 13s
2026-07-12 13:43:37 +02:00
4 changed files with 28 additions and 17 deletions
+5 -2
View File
@@ -32,18 +32,21 @@ jobs:
REF="${{ github.ref_name }}" REF="${{ github.ref_name }}"
if [[ "${REF}" == v* ]]; then if [[ "${REF}" == v* ]]; then
TAG="${REF#v}" TAG="${REF#v}"
TAGS="${FULL_IMAGE}:${TAG},${FULL_IMAGE}:latest"
else else
TAG=$(echo "${REF}" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9._-]/-/g') TAG=$(echo "${REF}" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9._-]/-/g')
TAGS="${FULL_IMAGE}:${TAG}"
fi fi
echo "Registry: ${REGISTRY}" echo "Registry: ${REGISTRY}"
echo "Actor: ${ACTOR}" echo "Actor: ${ACTOR}"
echo "Image: ${FULL_IMAGE}:${TAG}" echo "Tags: ${TAGS}"
echo "registry=${REGISTRY}" >> "$GITHUB_OUTPUT" echo "registry=${REGISTRY}" >> "$GITHUB_OUTPUT"
echo "actor=${ACTOR}" >> "$GITHUB_OUTPUT" echo "actor=${ACTOR}" >> "$GITHUB_OUTPUT"
echo "image=${FULL_IMAGE}" >> "$GITHUB_OUTPUT" echo "image=${FULL_IMAGE}" >> "$GITHUB_OUTPUT"
echo "tag=${TAG}" >> "$GITHUB_OUTPUT" echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
echo "tags=${TAGS}" >> "$GITHUB_OUTPUT"
- name: Network Debug - name: Network Debug
run: | run: |
@@ -67,4 +70,4 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.compute-tag.outputs.image }}:${{ steps.compute-tag.outputs.tag }} tags: ${{ steps.compute-tag.outputs.tags }}
+18 -13
View File
@@ -1,16 +1,21 @@
MIT No Attribution MIT License
Copyright <YEAR> <COPYRIGHT HOLDER> Copyright (c) 2026 Thilo Schwarz
Permission is hereby granted, free of charge, to any person obtaining a copy of this Permission is hereby granted, free of charge, to any person obtaining a copy
software and associated documentation files (the "Software"), to deal in the Software of this software and associated documentation files (the "Software"), to deal
without restriction, including without limitation the rights to use, copy, modify, in the Software without restriction, including without limitation the rights
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
permit persons to whom the Software is furnished to do so. copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, The above copyright notice and this permission notice shall be included in all
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A copies or substantial portions of the Software.
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+3
View File
@@ -19,6 +19,9 @@ the [GitHub Issues page](https://github.com/th-schwarz/JavadocViewerService/issu
At least JRE-21 or docker At least JRE-21 or docker
## Start ## Start
Packages can be found at [Gitea Packages](https://git.mein-gateway.de/thischwa/JavadocViewerService/packages).
### ... with Java ### ... with Java
```bash ```bash
+2 -2
View File
@@ -4,7 +4,7 @@
<groupId>codes.thischwa</groupId> <groupId>codes.thischwa</groupId>
<artifactId>jdvc</artifactId> <artifactId>jdvc</artifactId>
<version>0.1.0</version> <version>0.2.0-SNAPSHOT</version>
<name>JavadocViewerService</name> <name>JavadocViewerService</name>
@@ -31,7 +31,7 @@
<developerConnection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</developerConnection> <developerConnection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</developerConnection>
<connection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</connection> <connection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</connection>
<url>https://git.mein-gateway.de/thischwa/JavadocViewerService</url> <url>https://git.mein-gateway.de/thischwa/JavadocViewerService</url>
<tag>v0.1.0</tag> <tag>HEAD</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>