From dc55ac441fb7e6edbe04ffaff23da3b93defc75a Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 12 Jul 2026 13:10:37 +0200 Subject: [PATCH] Update `deploy-image.yml` step ID to `compute-tag`; revert `pom.xml` version to 0.1.0-SNAPSHOT --- .gitea/workflows/deploy-image.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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