diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 3124b4527..bc2024ba7 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -35,4 +35,6 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:${{ steps.semver.outputs.version }} \ No newline at end of file + tags: + ${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:${{ steps.semver.outputs.version }} + ${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:latest \ No newline at end of file