Update deploy-image.yml step ID to compute-tag; revert pom.xml version to 0.1.0-SNAPSHOT
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user