Skip to content

Commit a4e8471

Browse files
committed
fixup tag image
1 parent 7e1e7d9 commit a4e8471

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
@@ -55,7 +55,7 @@ jobs:
5555
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
5656
run: |
5757
docker tag ${DOCKER_IMAGE}:${{ github.sha }} ${DOCKER_IMAGE}:0.0.2
58-
docker push ${DOCKER_IMAGE}:latest
58+
docker push ${DOCKER_IMAGE}:0.0.2
5959
6060
- name: Chart | Push
6161
uses: appany/[email protected]

0 commit comments

Comments
 (0)