From 22a7dd454d82e916898662407bfd886499c20fa2 Mon Sep 17 00:00:00 2001 From: mrfzy Date: Sat, 19 Oct 2024 11:45:14 +0700 Subject: [PATCH] fix: build error for tags --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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