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
|
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 }}
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user