mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
chore: added new tag in build with "latest"
This commit is contained in:
parent
8b643e6538
commit
7dea3810d1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -35,4 +35,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:${{ steps.semver.outputs.version }}
|
tags:
|
||||||
|
${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:${{ steps.semver.outputs.version }}
|
||||||
|
${{ secrets.DOCKER_USERNAME }}/springboot-petclinic-docker:latest
|
Loading…
Reference in a new issue