diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0841f5b..0cce94c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,4 +45,6 @@ jobs: with: context: . push: true - tags: omerfarukgenc34/spring-boot-boilerplate:${{steps.project.outputs.version}} + tags: | + omerfarukgenc34/spring-boot-boilerplate:${{steps.project.outputs.version}} + omerfarukgenc34/spring-boot-boilerplate:latest