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