From 14ffad1300d07659c2ec789f0845a9024a8e0875 Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 12:57:45 -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 31f5687df..f3f64e8da 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -62,5 +62,5 @@ jobs: image: 'spring-petclinic' tag: '1.0.0' path: 'target/spring-petclinic-2.4.5.jar' - builder: 'gcr.io/paketo-buildpacks/spring-boot:tiny' + builder: 'gcr.io/paketo-buildpacks/spring-boot' env: 'BP_JVM_VERSION=8.*'