mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
64b59bf31e
commit
140da794b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
uses: mr-smithers-excellent/docker-build-push@v4
|
uses: mr-smithers-excellent/docker-build-push@v4
|
||||||
with:
|
with:
|
||||||
image: eugenedemo1/pet-clinic-maven-test
|
image: eugenedemo1/pet-clinic-maven-test
|
||||||
|
tags: v1, latest
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: user/app:latest
|
|
||||||
|
|
Loading…
Reference in a new issue