Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-12 17:05:10 -06:00 committed by GitHub
parent d9b56f52cb
commit d23c2c6ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}