We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1e7d9 commit a4e8471Copy full SHA for a4e8471
.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
55
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
56
run: |
57
docker tag ${DOCKER_IMAGE}:${{ github.sha }} ${DOCKER_IMAGE}:0.0.2
58
- docker push ${DOCKER_IMAGE}:latest
+ docker push ${DOCKER_IMAGE}:0.0.2
59
60
- name: Chart | Push
61
uses: appany/[email protected]
0 commit comments