From 8ee6b61a17076b6681f0f12ed106320ec91b3859 Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 11:26:39 -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 be30e5aa8..e7bdff0be 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,6 +42,6 @@ jobs: with: image: 'spring-petclinic' tag: '1.0.0' - path: 'target/spring-petclinic-' + path: 'target/spring-petclinic-2.4.5.jar' builder: 'gcr.io/paketo-buildpacks/builder:tiny' env: 'HELLO=WORLD FOO=BAR BAZ'