Skip to content

Commit 7e1e7d9

Browse files
committed
tag image (hardcode to start, same version as chart)
1 parent a14ccd6 commit 7e1e7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
5656
run: |
57-
docker tag ${DOCKER_IMAGE}:${{ github.sha }} ${DOCKER_IMAGE}:latest
57+
docker tag ${DOCKER_IMAGE}:${{ github.sha }} ${DOCKER_IMAGE}:0.0.2
5858
docker push ${DOCKER_IMAGE}:latest
5959
6060
- name: Chart | Push

0 commit comments

Comments
 (0)