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
- 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 }}
tags: ${{ steps.compute-tag.outputs.image }}:${{ steps.compute-tag.outputs.tag }}