From d9b56f52cb02e7790e2067929693f1c62bc1c522 Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 16:56:30 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3fcb970cf..267dd4d03 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -76,7 +76,7 @@ jobs: id: build-image uses: bigloupe/buildpacks-action@master with: - image: '${{ env.IMAGE_NAME }} ' + image: 'ghrc.io/omearaj/spring-petclinic' tag: 'latest-${{ github.sha }}' path: '.' builder: 'gcr.io/paketo-buildpacks/builder:base'