From 7dea3810d15818e95a659802d1d51da925a91435 Mon Sep 17 00:00:00 2001 From: mrfzy Date: Sat, 19 Oct 2024 11:41:03 +0700 Subject: [PATCH] chore: added new tag in build with "latest" --- .github/workflows/maven-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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