mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update maven.yml
This commit is contained in:
parent
d9b56f52cb
commit
d23c2c6ed5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -86,8 +86,8 @@ jobs:
|
|||
id: push-to-quay
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
image: ${{ steps.build-image.outputs.image }}
|
||||
tags: ${{ steps.build-image.outputs.tag }}
|
||||
image: ghrc.io/omearaj/spring-petclinic
|
||||
tags: latest-${{ github.sha }}
|
||||
registry: ghrc.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.github.token }}
|
||||
|
|
Loading…
Reference in a new issue