Update deploy-image.yml step ID to compute-tag; revert pom.xml version to 0.1.0-SNAPSHOT

This commit is contained in:
2026-07-12 13:10:37 +02:00
parent 9edd9b0e15
commit dc55ac441f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Compute image name and tag - name: Compute image name and tag
id: metai id: compute-tag
run: | run: |
REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||') REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||')
OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]') OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
@@ -64,4 +64,4 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.metai.outputs.image }}:${{ steps.metai.outputs.tag }} tags: ${{ steps.compute-tag.outputs.image }}:${{ steps.compute-tag.outputs.tag }}
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>codes.thischwa</groupId> <groupId>codes.thischwa</groupId>
<artifactId>jdvc</artifactId> <artifactId>jdvc</artifactId>
<version>0.2.0-SNAPSHOT</version> <version>0.1.0-SNAPSHOT</version>
<name>JavadocViewerService</name> <name>JavadocViewerService</name>