diff --git a/.gitea/workflows/deploy-image.yml b/.gitea/workflows/deploy-image.yml
index f19deb1..e8ca389 100644
--- a/.gitea/workflows/deploy-image.yml
+++ b/.gitea/workflows/deploy-image.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Compute image name and tag
- id: metai
+ id: compute-tag
run: |
REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||')
OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
@@ -64,4 +64,4 @@ jobs:
with:
context: .
push: true
- tags: ${{ steps.metai.outputs.image }}:${{ steps.metai.outputs.tag }}
\ No newline at end of file
+ tags: ${{ steps.compute-tag.outputs.image }}:${{ steps.compute-tag.outputs.tag }}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f7873d0..a8149aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
codes.thischwa
jdvc
- 0.2.0-SNAPSHOT
+ 0.1.0-SNAPSHOT
JavadocViewerService