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
cfe19fb582
commit
875c85ac1b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
|||
run: mvn -B package --file pom.xml
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: mr-smithers-excellent/docker-build-push@v4
|
||||
uses: mr-smithers-excellent/docker-build-push@v5
|
||||
with:
|
||||
image: eugenedemo1/pet-clinic-maven-test
|
||||
tag: v1, latest
|
||||
tags: v1, latest
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue