From d23c2c6ed5bab0c3752f57d522d542d602e0703a Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 17:05:10 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 267dd4d03..5faf9a986 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 }}